The 24 hour dev cycle is upon us and it's important to make sure these tools work on both sides of the planet.
Ask HN: Private Git repo hosting?
51–60 of 72 posts
Re: Ask HN: Private Git repo hosting?
#52Re: Ask HN: Private Git repo hosting?
#53Atlassian Stash [1]. Gets regular updates and it plays nicely with JIRA and Bamboo. [1] https://www.atlassian.com/software/stash/whats-new
Re: Ask HN: Private Git repo hosting?
#54I would have considered the micro plan if it weren't for the 5 repo limit -- I am (sadly) not rich enough to pay them just for being nice if I can get the number of private repos I need for free elsewhere.
Re: Ask HN: Private Git repo hosting?
#55if you already have a tiny vps running somewhere, take a look at gitolite. it's free, it supports multiple users, allows for complex access control, but has a tiny bit of a learning curve attached to it. on the upside, you learn a bunch about ssh in the process!
Re: Ask HN: Private Git repo hosting?
#56Fast, very low resource usage, easy to install.
Re: Ask HN: Private Git repo hosting?
#57I use Gogs. Fast, very low resource usage, easy to install.
And even if you've got it all set up: how are you supposed to update your install? IIRC, i've read somewhere that you're supposed to wipe & reinstall the whole thing (take this with a grain of salt, haven't used my install that much as Gogs is still way buggier than, say, GitLab).
Re: Ask HN: Private Git repo hosting?
#58Re: Ask HN: Private Git repo hosting?
#59Earlier quoted context omitted.
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?
Anyway free hosting for me for a platform that you can install on your server has always been a no-option, because I want to control the content.