Update: Removed the running totals. I'll summarize later, didn't expect this to be quite so popular.
Ask HN: Private Git repo hosting?
1–10 of 72 posts
Re: Ask HN: Private Git repo hosting?
#2Re: Ask HN: Private Git repo hosting?
#3Re: Ask HN: Private Git repo hosting?
#4Re: Ask HN: Private Git repo hosting?
#5gitlab... easy to set up and easy to use.
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?
#6Re: Ask HN: Private Git repo hosting?
#7Re: Ask HN: Private Git repo hosting?
#8Re: Ask HN: Private Git repo hosting?
#9It's great, not really expensive, almost every developer knows how it works.
Simply setting up your own Git repo would be more expensive than a few months of GitHub/BitBucket subscription.
Re: Ask HN: Private Git repo hosting?
#10gitlab... 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…