this post was submitted on 17 Aug 2026
79 points (97.6% liked)
Programming
28351 readers
471 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Self hosted forgejo on-prem HA with cloud mirroring, backups, and failover
Codeberg itself is fine for hobby-grade tho; enterprise needs to start taking ownership of their own shit. Deploying local CI is a buy-once-cry-one pitch and gives you better performance anyways.
Or, use git decentralized; how it was built to be used.
Enterprise is on the same boat we’re all in - you can’t run locally if you can’t afford components
And the Epstein class decided we aren’t allowed to own computers that they don’t control anymore, so they’re building really big ones with agents that monitor us, make sure we don’t find out anything we aren’t supposed to know
Enterprise wastes glorious amounts of money. They can easily afford a flock for 200€/month. They waste that amount of money on a single day when they vibe code.
As a solo dev, working from home, the real reason I use Github is for off site backup.
Back in the SVN days we hosted our own server for a bunch of years, then moved to one of the many paid SVN hosts that existed.
I think I'm going to spin up another VPS and self host Forgejo at this point (or see if I can add it to one of my existing servers).
Yeah, for individuals it works best if you host your own locally or use a cloud as you said, then use push mirroring to backup to github or one of the other big forges. Gets you 98% of the utility with minimal cost.