Set up your private Git hosting with Gogs
1–10 of 39 posts
Re: Set up your private Git hosting with Gogs
#2Re: Set up your private Git hosting with Gogs
#3I 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!
Re: Set up your private Git hosting with Gogs
#4Re: Set up your private Git hosting with Gogs
#5Re: Set up your private Git hosting with Gogs
#6Looks much easier to deploy than Gitlab.
Which reminds me I have to submit patches to their init script.
Rails is OK, but damn is it a bit of a time suck.
Re: Set up your private Git hosting with Gogs
#7Re: Set up your private Git hosting with Gogs
#8I'm probably an awful person, but I laughed out loud when I saw this config key: DISENABLE_REGISTERATION
It's obvious that he is not a native speaker. Neither am I of course :-)
Re: Set up your private Git hosting with Gogs
#9This one looks really interesting and promising. Being open source project is another major bonus.
Re: Set up your private Git hosting with Gogs
#10Couldn'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)?