Looks much easier to deploy than Gitlab.
Set up your private Git hosting with Gogs
21–30 of 39 posts
Re: Set up your private Git hosting with Gogs
#22 PID USER PRI NI VIRT RES SHR S CPU% MEM% TIME+ Command
31378 smw 20 0 262M 11516 5712 S 0.0 0.6 0:00.00 ./gogs web
11 MB of RSS? Quoting user 'pas' in an earlier comment, Gitlab wants about 2GB.I have no idea how well it scales to a large user base, but I feel like this is going to become the go to option for side projects where you just want to share some private code with a friend or two.
Re: Set up your private Git hosting with Gogs
#23Weekly Churn
http://screenshots.gitsense.com/gogits-weekly-churn.html
Monthly Churn
Re: Set up your private Git hosting with Gogs
#24Gitlab is an option as well. I found the README in their Github repo has additional info: https://github.com/gogits/gogs It seems like they intend to manipulate git entirely from Go. Interesting stuff!
Serious question about Gitlab and something that has always scared me away: How does it perform on a resource-constrained system? A lot of the hardware requirements[1] are presented in terms of users, but the "minimum" RAM requirement seems really high. If I wanted to use this with a small team (~20 users) in a resource constrained environment it seems like it'd be way overkill. [1]: https://gitlab.com/gitlab-org/git…
Re: Set up your private Git hosting with Gogs
#25Re: Set up your private Git hosting with Gogs
#26Noticed the release notes mention a forced password reset for all users because of a hash change. Couldn't that be avoided by storing the hash type/version, and silently upgrade on the next successful login (when the password is available briefly in plaintext in the login request)?
Re: Set up your private Git hosting with Gogs
#27Re: Set up your private Git hosting with Gogs
#28Complicate deployment is one of the major reason for me to stay away from using Self-hosted Git Server for my small team. This one looks really interesting and promising. Being open source project is another major bonus.
Re: Set up your private Git hosting with Gogs
#29I like it, but the blatant copy of the Github design makes me wonder: could one run a public Gogs instance ? Anyway, that's a really slick work. Once again Go shines and make that project super easy to install.
Re: Set up your private Git hosting with Gogs
#30Gitlab is an option as well. I found the README in their Github repo has additional info: https://github.com/gogits/gogs It seems like they intend to manipulate git entirely from Go. Interesting stuff!
Serious question about Gitlab and something that has always scared me away: How does it perform on a resource-constrained system? A lot of the hardware requirements[1] are presented in terms of users, but the "minimum" RAM requirement seems really high. If I wanted to use this with a small team (~20 users) in a resource constrained environment it seems like it'd be way overkill. [1]: https://gitlab.com/gitlab-org/git…