Comment on 700+ self-hosted Git instances battered in 0-day attacks
JackbyDev@programming.dev 3 days agoGit is already a distributed version control system.
Comment on 700+ self-hosted Git instances battered in 0-day attacks
JackbyDev@programming.dev 3 days agoGit is already a distributed version control system.
Lightfire228@pawb.social 2 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 2 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.
WhyJiffie@sh.itjust.works 1 day 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).
JackbyDev@programming.dev 1 day ago
Forgejo has those, yes.
hikaru755@lemmy.world 2 days ago
Well but distributed != federated. Which is why Forgejo is currently working on a federation feature.