What is the current state of implementing federation in Gitea?

Kalcifer@lemmy.world to Selfhosted@lemmy.world – 46 points –

It seems that most information that I can find on the subject is about a year old, so I am wondering if anyone has any up-to-date info.

14

forgejo (gitea fork) should have federation i heard https://forgejo.org/2023-01-10-answering-forgejo-federation-questions/

I'd rather use forgejo than gitea anyway.

Didn't Gitea fork from gogs? What's the goto lightweight (so no Gitlab) self-hosted Git host nowadays? Difficult to keep track.

Yes, Gitea is a hard-fork of Gogs and started years ago. Forgejo is a soft-fork of Gitea when the primary authors of Gitea created a company of the same name to provide paid support (there's history there you can look up) but Gitea remains free and open source. Forgejo, supported by Codeberg, is a community fork and will upstream to Gitea.

Gitea/Forgejo is a great option, they recently even added build actions which are compatible with Github Actions.

If you turn on Federation in Gitea app.ini settings then WebFinger will work. Nothing else is currently implemented.

Had a hard time finding any recent information either, but with the recent release of 1.20 I've noticed that an Activitypub endpoint got added in the API and that permissions for it can be added to tokens. Seems very rudimentary so far though.

Do you have a link to the year-old info for context? I'm curious why people would be interested in federation of a DVCS like Gitea et al?

git is distributed. but not issues, pull requests, forks... I think federation would provide all or most of that.

The ActivityPub extension ForgeFed for federation between different servers is not finished yet. AFAIK Forgejo contributors work closely together with other ForgeFed devs to bring it forward.

When I look at the download page, it seems active, 1.20.1 has been uploaded 2 days ago.

BTW Thanks for the question, I was using gogs, but that development seems to have halted. I'll try a migration to gitea.