207
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 17 Aug 2025
207 points (97.7% liked)
Programming
22243 readers
516 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 2 years ago
MODERATORS
Just to add to the fray, here's what I've found:
Forgejo - install on a PC at home - works well, but you can't easily share your code with people outside your home. (https://forgejo.org)
Codeberg - runs Forgejo under the hood - now you can share with people - but you really ought to donate to them if you use their service. (https://codeberg.org)
PikaPods - will host a Gitea instance for you in their cloud - you can share code this way too - costs about $2 USD per month and is dead simple to set up. (https://www.pikapods.com/apps)
VPS - go set up your own virtual private server (on a free Oracle server, or other various hosts out there) and install Forgejo on that - more complicated, hope you like securing servers - share as you like. Free or maybe $$$.
Have fun!
Codeberg only hosts open source.
My last info with CodeBerg and donations was that they had funding for the next years and recommended to donate to some other projects. Ist that still valid? Or am I remembering wrong?
Everything I see on codeberg.org says they want donations / members.
Maybe you're thinking of Jellyfin?
Forgejo is a Great fork. Just like Gitea you can have a public instance of it.
The main issue for collaboration is you're putting extra hurdles in the way (people needing yet another account).
I'm at a point where I reconsider my contribution if the project uses GitHub.