this post was submitted on 17 Aug 2025
228 points (97.9% liked)

Programming

22921 readers
87 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
you are viewing a single comment's thread
view the rest of the comments
[–] perishthethought@piefed.social 26 points 1 month ago (3 children)

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!

[–] sfjvvssss@lemmy.world 7 points 1 month ago* (last edited 1 month ago) (1 children)

~~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?~~

As of now they are definitely looking for donations, so please consider supporting them.

[–] perishthethought@piefed.social 1 points 1 month ago (1 children)

Everything I see on codeberg.org says they want donations / members.

Maybe you're thinking of Jellyfin?

[–] sfjvvssss@lemmy.world 1 points 1 month ago

I am somewhat sure that it was codeberg but not 100%. As of now they are definitely searching. I'll edit my comment to avoid confusions.

[–] Kissaki@programming.dev 6 points 1 month ago

Codeberg only hosts open source.

[–] amju_wolf@pawb.social 1 points 1 month ago* (last edited 1 month ago) (1 children)

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).

[–] soc@programming.dev 4 points 1 month ago

I'm at a point where I reconsider my contribution if the project uses GitHub.