Its coming: codeberg.org/…/FederationRoadmap.md
Comment on 700+ self-hosted Git instances battered in 0-day attacks
Lightfire228@pawb.social 2 months agoI wonder if it’d be feasible to make a fediverse github
Jason2357@lemmy.ca 2 months ago
eutampieri@feddit.it 2 months ago
There was a discussion on Forgejo and ActivityPub IIRC
dariusj18@lemmy.world 2 months ago
An interesting similar idea is github.com/gitsocial-org/gitsocial
“Decentralized open-source Git-native social network”
JackbyDev@programming.dev 2 months ago
Git is already a distributed version control system.
Lightfire228@pawb.social 2 months ago
But it doesn’t have any built-in concept of users, write permissions, or authentication (except for commit signing)
Hosting an unauthenticated git repo would be the equivalent to an open ssh port with no password
Not to mention collaborative things like issue tracking, PRs, forums, etc
JackbyDev@programming.dev 2 months ago
Forgejo has all that, and then you can achieve “federation” by virtue of pushing to whatever remote. I wasn’t suggesting people use git itself (which is possible). I just meant that it’s distributed as opposed to centralized like Subverison is.
hikaru755@lemmy.world 2 months ago
Well but distributed != federated. Which is why Forgejo is currently working on a federation feature.
WhyJiffie@sh.itjust.works 2 months ago
no, forgejo doesnt have “all that”. you are totally missing the point. git is federated, of course, but the added features of forgejo or any other known git forge is not (yet).