Is GOGs a good alternative to GitLab?
- Inicie sesión o regístrese para enviar comentarios
I came across this the other day which is a free Git management system that runs on the Go language. A lot of buzz has been surrounding Go with it being fast and efficient and is supposed to be a better language than Ruby, for which GitLab is programmed in.
So have any of you tried Gogs?
https://notabug.org/ runs Gogs. So does https://git.tox.im/.
It seems to be capable software, it is actively developed. It has a few additional features compared to even GitHub (like translations), however:
- it is permissively licensed (MIT/Expat),
- there are no pull requests currently.
I'm sure they will add the pull request functionality in the near future so I'm not that worried. As for the license, its still a free software license at the end of the day for you and me.
You honestly don't see much stuff AGPL anymore. The two champions of AGPL in recent memory were StatusNet and Gitorious, but StatusNet changed to pump.io under the Apache license and Gitorious has been absorbed by GitLab. As the industry moves to SaaS, they seem scared away by the GPL family and opt for Apache or BSD/MIT.
identi.ca moved to pump.io. StatusNet became a GNU project and was renamed to GNU Social.
Don't forget about Diaspora and Friendica.
se this
its gpl v3
http://trisquel.info/en/forum/gitbull-ready
Plain GPL doesn't help much in the case of Web services.
You are right.
If you are using GPL'd software on a server, it is no different than a permissive license since you aren't required to release your changes. The AGPL was created to fix this.
- Inicie sesión o regístrese para enviar comentarios