4 ms·
Just wanted to point out Gogs: https://gogs.io/ https://gogs.io/ It's a very light weight, self-hosted git server, the UI is very GitHub like. It's not a repl
by olafure 7y ago
Just wanted to point out Gogs: https://gogs.io/ https://gogs.io/
It's a very light weight, self-hosted git server, the UI is very GitHub like.
It's not a replacement for all the features of a self-hosted GitLab.
But I've seen people battling a self-hosted GitLab instance when all they needed was something like Gogs.
- raxxorrax 7y agoLooks interesting. As if they had stolen all the CSS files from GitHub. Gitea is also nice self-host option, but also not a complete ALM solution. We often use trac in conjunction with different source control providers, which might be ancient by now, but it always delivers and everyone seems to like it.
- vips7L 7y agoGitea is a fork of gogs.
- sp332 7y agoALM?
- rapnie 7y agoapplication lifecycle management
- jawngee 7y agoCan you really steal CSS though?
- weaksauce 7y agoi mean the design of it is almost a carbon copy of the github design down to the layout, design, and colors. https://i.imgur.com/rFbaEkL.png https://i.imgur.com/rFbaEkL.png if i replaced just the logo in the upper left hand corner to the github logo instead of the googs logo would you be able to tell the difference between this screenshot and github proper?
- eitland 7y ago> if i replaced just the logo in the upper left hand corner to the github logo instead of the googs logo would you be able to tell the difference between this screenshot and github proper? I think I could easily do that. And I'm a backender-at-heart who doesn't even have full colour vision. So, not a copy I think.
- elmo2you 7y agoDefinitely, yes. CSS (just as HTML, JS, and anything else being served) is covered by copyright. The law(s) may vary depending on jurisdiction, but generally speaking you can be sued for copyright violation. Getting caught is a different matter, but if it is obvious that you copied CSS you can be in serious legal trouble.
- rapnie 7y agoOr Gitea, which was forked from Gogs iirc: https://gitea.io/en-us/ https://gitea.io/en-us/
- WrtCdEvrydy 7y agoAlternatively Phabricator for all in one package (Trello, Slack, JIRA, Github alternatives but all open source)
- emn13 7y agoIsn't phab slowly going the way of the dodo?
- vostok4 7y agoWhere does this sentiment come from? I've seen it posted before. I've been using Phabricator for 2 years and development seems to have picked up, if anything. They seem to be polishing what they have and making everything more robust, an odd thing to do if its going the way of the dodo.
- diffeomorphism 7y agoFor example kde seems to be moving away from phabricator to gitlab https://about.gitlab.com/press/releases/2019-09-17-gitlab-adopted-by-KDE.html https://about.gitlab.com/press/releases/2019-09-17-gitlab-ad... Combined with debian moving to gitlab, gnome moving to gitlab, ... , that was the sentiment I got.
- vostok4 7y agoAh, I think that may be due to the patch submission structure of Phabricator more than anything else. I can understand why a major open source org wants to adopt something else that people have as muscle memory (ie. pull request style collaborating). I don't think that reflects the development of Phabricator at all, like I said, its become more robust and features are becoming more mature every week (and there's still some big installations out there, like Wikimedia).
- abtinf 7y agoI believe gogs is mostly developed in China. I don’t know if it is developed by individuals or if it backed by the Chinese state. Maybe someone here knows?
- luckylion 7y agohttps://github.com/gogs/gogs/graphs/contributors https://github.com/gogs/gogs/graphs/contributors It does not seem to be mostly developed in China, but there are Chinese contributors.
- pnako 7y agoThis is what the devs have to say: https://github.com/go-gitea/gitea/issues/1029#issuecomment-529955890 https://github.com/go-gitea/gitea/issues/1029#issuecomment-5...
- m4rtink 7y agoAlso Pagure: https://pagure.io/pagure https://pagure.io/pagure Written in Python and used as dist-Git frontend in Fedora + used to host many Fedora related projects.