Live data from Hacker News

Ask HN: Private Git repo hosting?

news.ycombinator.com

1–10 of 72 posts

Re: Ask HN: Private Git repo hosting?

#5
post #3

gitlab... easy to set up and easy to use.

I had a gitlab instance on one of my computers that is online 24/7. It is a good solution, but my system was compromised by exploiting ruby / gitshell . Also it took way too much system resources to operate.

Of course it's my responsibility to patch software I'm using, but after considering how much time I would need to run gitlab on my own host ( incl. server upgrade, security configuration, may be kernel + docker installation, etc. ) I decided to go to a paid repo at GitHub.

Re: Ask HN: Private Git repo hosting?

#7
Started on the free bitbucket and went to the paid bitbucket when we needed more than 5 users. With 200+ repositories, we've already exceeded what is available for purchase on github.

Re: Ask HN: Private Git repo hosting?

#10
post #5
post #3

gitlab... easy to set up and easy to use.

I had a gitlab instance on one of my computers that is online 24/7. It is a good solution, but my system was compromised by exploiting ruby / gitshell . Also it took way too much system resources to operate. Of course it's my responsibility to patch software I'm using, but after considering how much time I would need to run gitlab on my own host ( incl. server upgrade, security configuration, may be kernel + docker i…

Had you considered GitLab's free hosting?
Post reply on HN