DEV Community

Cover image for Self-Hosted Git Server with Gogs

Self-Hosted Git Server with Gogs

Zorex Salvo on March 03, 2018

What is Gogs? Gogs (gogs.io) is a painless self-hosted Git service. If you want to have your own GitHub-like service, it’s the best choice for me...
Collapse
 
remejuan profile image
Reme Le Hane

Seems like an interesting approach, but Gitlab will also give you unlimited free and 1000x10gb private repos, bitbucket gives unlimited private repos but limits you on team members.

This is only really a great solution if you a little more paranoid or an enterprise wanting to control the source code in your own data center.

Collapse
 
pinguxx profile image
Ivan

check gitlab, you can have private projects too

Collapse
 
rgo profile image
Ruben

Hi Zorex, great post! For me Gogs didn't really work out. I feel it is missing some features that other (hosted) Git servers have. CI/CD for example. I did like the simplicity and ease of use, though.