Hacker News new | ask | show | jobs
by lqet 2190 days ago
If you have your own server and need a Github-like webinterface, gogs [0] and Gitea [1] (a fork of gogs) are stable and very easy to set up. I have been running gogs for a few years now. For me it contains the perfect subset of Github features. Previously I just pushed to a bare repo on my server via SSH.

[0] https://github.com/gogs/gogs

[1] https://gitea.io/en-us/

1 comments

I currently use bare repos on my server. It might be fun to give them a web interface, thanks for the links.