fabric8io / fabric8

fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
http://fabric8.io/
1.76k stars 504 forks source link

support gitea as gogs replacement #6715

Open ghost opened 7 years ago

ghost commented 7 years ago

support gitea as gogs replacement: according to the gitea announcement ( https://blog.gitea.io/2016/12/welcome-to-gitea/ ) community development has switched from gogs to gitea.

willemvd commented 7 years ago

Could you please investigate options for this? There is way more open source development behind Gitea then the one person Gogs. For example OAuth2 integration is now in Gitea and not in Gogs

cdrage commented 7 years ago

Not too sure who to ping the correct people, but perhaps @jstrachan could help direct us? In terms of why Gitea is a better choice than Gogs can be summed up by the comments from Hacker News: https://news.ycombinator.com/item?id=13296717

Essentially, Gogs is ran by one authoritarian author who goes missing months at a time, while Gitea is a community-fork with "more seats at the table" allowing for more maintainers / contributors than Gogs.

jstrachan commented 7 years ago

thanks @cdrage - yeah we'd love to see gitea support! We've started tinkering in that direction. We're hoping we can get KeyCloak working with gitea for single sign on between the new console, jenkins + gitea!

vitas commented 6 years ago

any plans to make it happen?