Live data from Hacker News

Poll: Self Hosting Git Repositories

news.ycombinator.com

11–20 of 86 posts

Re: Poll: Self Hosting Git Repositories

#13
Gitea (originally a fork of Gogs) is moving fast, and they are adding ActivityPub federation support to the software. This will allow you to collaborate with projects hosted on remote Gitea instances (and other software once they add federation support too). If you are working on FOSS then Codeberg [1] is a good Gitea instance, which offer Woodpecker CI and Codeberg Pages.

[1] https://codeberg.org

Re: Poll: Self Hosting Git Repositories

#14
I voted "other": I just put bare git repositories on my VPS, and interact with them over SSH. Tiny and simple cgit exposes a read-only HTTPS interface for the repos that I want to share publicly.

Re: Poll: Self Hosting Git Repositories

#20
I have a git folder in my home directory that I use syncthing to mirror.

I guess I would like a web interface that ran locally to provide other features, but the close to 0-maintenance and complete privacy of this works for me.

Post reply on HN