I don’t remember the details, but something happened to the Gitea ownership structure without warning, and people were upset about it.
As an actual differentiator: Forgejo has an LTS version that which gets support for 1 year. Normal versions only get supported until the next major release (every few months).
Gitea to my knowledge doesn’t have any LTS.
dogs0n@sh.itjust.works 1 day ago
I just half went down this rabbit hole, I’m thinking forgejo is the best option (for me) because:
Forgejo explaining the differences: forgejo.org/compare-to-gitea/
sommerset@thelemmy.club 1 day ago
Gitea doesn’t use GitHub action. Syntax is compatible yes, but it’s not GitHub actions
emzili@programming.dev 1 day ago
That’s not what they mean, if you go to Gitea’s website and follow the links to the source code, you’ll find its being hosted on GitHub. Contrast this with Forgejo which is being hosted at Codeberg, a public Forgejo instance.
pupbiru@aussie.zone 1 day ago
github.com/go-gitea/gitea/tree/main/…/workflows
github.com/go-gitea/gitea/actions
they do in fact make extensive use of github actions