this post was submitted on 24 Jul 2026
103 points (70.9% liked)

Technology

86589 readers
3119 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
 

Is there no git hosting service left that isn't pushing censorship and fascism? I think I should just start self-hosting at this point.

you are viewing a single comment's thread
view the rest of the comments
[–] okwhateverdude@lemmy.world 18 points 1 day ago (2 children)

git is decentralized for a reason. In the age of robots and cheap VPSs, if you really want a vanity web page / code forge to show your code, it is like an afternoon setting things up and the robot will do most of it for you. Yes, it has always been time to self-host your own code. I don't bother with a code forge, but I do have gitweb/gitolite running for a very light weight setup to push and display code

[–] Jason2357@lemmy.ca 11 points 20 hours ago

Codeberg runs on and develops Forgejo - a lightweight open source forge anyone can take and run themselves.

[–] Axolotl_cpp@feddit.it 7 points 1 day ago

it is like an afternoon

Heck, even less, just have to setup docker on the VPS, pull the Forgejo image and run it and it's basically all done, just have to personalize it and maybe setup some permissions if you want more users