Comment on 700+ self-hosted Git instances battered in 0-day attacks
Lightfire228@pawb.social 4 weeks agoBut 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 4 weeks 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 4 weeks ago
Well but distributed != federated. Which is why Forgejo is currently working on a federation feature.
WhyJiffie@sh.itjust.works 3 weeks 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 3 weeks ago
Forgejo has those, yes.
WhyJiffie@sh.itjust.works 3 weeks ago
and where does forgejo support federation for issues, PRs?