Its coming: codeberg.org/…/FederationRoadmap.md
Comment on 700+ self-hosted Git instances battered in 0-day attacks
Lightfire228@pawb.social 4 days agoI wonder if it’d be feasible to make a fediverse github
Jason2357@lemmy.ca 3 days ago
eutampieri@feddit.it 4 days ago
There was a discussion on Forgejo and ActivityPub IIRC
dariusj18@lemmy.world 3 days ago
An interesting similar idea is github.com/gitsocial-org/gitsocial
“Decentralized open-source Git-native social network”
JackbyDev@programming.dev 4 days ago
Git is already a distributed version control system.
Lightfire228@pawb.social 3 days 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 3 days 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 3 days ago
Well but distributed != federated. Which is why Forgejo is currently working on a federation feature.
WhyJiffie@sh.itjust.works 2 days 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).