this post was submitted on 11 Aug 2025
1131 points (99.5% liked)
Technology
73967 readers
4034 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Or your own server. But yeah this is not so good for the rest of us. They are doubling down on AI.
Self hosting for your own needs is great but you won't get the "drive by" contributions you get from shared platforms. On GitHub, Gitlab, and Codeberg, if I even see as little as a typo in the readme file, I open a pull request. I will not sign up on a hundred different git hosters for stuff like that.
So what you're saying is that we need federated git.
Forgejo, the software project powering Codeberg, is working on adding federation but it's got a long way to go before it's a usable feature
The closest I found that works is: https://hackaday.com/2024/03/16/radicle-an-open-source-peer-to-peer-github-alternative/
https://radicle.xyz/
It took a LONG time to get set up on one of my systems. It worked! Unfortunately, I found that just having git by itself was fine for my purposes. And most people are throwing in behind codeberg which is fine by me.
Huh. Gitlab just said it's too hard with their cut staffing numbers and they're not doing federation.
Yeah, IRRC thus far they only have starring (not unstarring, mind you) implemented and it's not even in main yet
...git is federated. i'm assuming they're talking about things like issues and runners, but i don't think that's really necessary...
As in the federation of Forges, like Forgejo is trying to do
yeah that's what i don't really understand. they're like building a separate layer on top of git, when things like fossil exist.
I mean, this is more-or-less how the Linux kernel is managed. Linus just has final say on what gets released.
I remember Sourceforge, bitbucket, and a host of other "source" servers. GitHub was nice for a while, but its just another iteration of the same. Heck a lot of the major repos (like Linux for example) only do mirrors to GitHub. The same with codeberg, Gitlab, and other centralized services.
At my last few jobs, we couldn't host on GitHub because of HIPPAA compliance. It was fine. Self hosting git is VERY common in quite a few industries.
So we need a free & federated identity provider to sign us up as easy as 123 there.
it's called ssh
i am still rooting for patch requests to become more mainstream, it seems like the best possible solution. it just needs some discoverability.
Adding Oauth with GitHub and GitLab is pretty easy
OAuth is just making yet another account with a 3rd party authorization mechanism.
Yes, but you don't have to worry about the password