Forgejo is an activitypub-enabled Git forge software, and codeberg is one of the largest forgejo instances.
Tangentially related, but git-annex, and, in particular, its sync subcommand are a great tool for storing files and managing git repos across multiple machines (and even just loose drives) in a “P2P” way without any centralised server
Forgejo is an activitypub-enabled Git forge software, and codeberg is one of the largest forgejo instances.
Thank you for this explainer, that’s cool as fuck!
Try GitLab. They’re independent and free of trackers according to Brave Shields. Though keep an eye out for the storage limits, since GitLab makes you quickly realize that, unlike GitHub, they don’t have unlimited storage.
My new favourite tool.
interesting!
No one has mentioned Gitea yet, is there a reason? Genuinely asking.
Gitea has gone open core; it is still free software but its development is controlled by a for-profit company which is developing non-free features. So, Forgejo is the community-run fork of it which people outside the Gitea company are contributing to instead now. You can read more about their divergence here.
Thank you!
On server:
git init --bare ~/projects/project.git
On client:
git clone username@server:projects/project.git
What’s the benefit of a distributed git host? Are you just trying to distribute the storage costs?
Not just storage costs — mainly for privacy, avoiding Big Tech control, and having an open-source, decentralized alternative where I’m not tracked or subjected to ads.
You can pay for hosting or self host it and get all that. What did being distributed do that?
I haven’t tried it but Radicle sounds cool ? Radicle is an open source, peer-to-peer code collaboration stack built on Git. Unlike centralized code hosting platforms, there is no single entity controlling the network. Repositories are replicated across peers in a decentralized manner, and users are in full control of their data and workflow.
There are some dev/repo tools, but I don’t know how they compare with commercial platforms.
Is there something wrong with Gitlab?
it’s “open core”.
Is there something wrong with Gitlab?
Not inherently—GitLab works fine, but it’s corporate-owned, collects some data, and isn’t fully decentralized. If your goal is privacy, open source, and independence from Big Tech, that’s why people look for alternatives like Gitea, Forgejo, or federated solutions.
Have not used it but there is also Pijul. It’s not git based and uses another diff algorithm, not fediverse.
I’m not a git expert. If we Primarily use private repos and use gitea why would this be good ? I presume it’s only good for public repos right?
I’m not a git expert. If we Primarily use private repos and use gitea why would this be good ? I presume it’s only good for public repos right?
Even with private repos, it can be useful for backups, CI/CD, or local mirrors. If you just care about public exposure, then yes, it’s mainly for public repos.
Game of Trees - https://gameoftrees.org/index.html
Not distributed but definitely meets other requirements.
Removed by mod
Removed by mod
GitHub has ads? Unless you just mean them aggressively pushing copilot, but I don’t consider that an ad.