If you’re actually after decentralized, forgejo (the forge that codeberg hosts) is probably what you want. Either that or, if you don’t actually need all the features of GitHub (Pull Requests, Continuous Integration, Issues, etc. via a web interface), you can just keep your git repo(s) in multiple remotes, you don’t need a dedicated forge.
Thinker
- 0 Posts
- 2 Comments
Joined 12 days ago
Cake day: August 7th, 2026
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.


You could instead have your “primary” remote (a la “origin” in GitHub) in a VPS hosted by a hosting service you trust. The idea is basically just that you don’t actually need a forge to host your git repo, you only the git repo in a file system and an http connection.