this post was submitted on 30 Oct 2025
87 points (98.9% liked)

Selfhosted

52673 readers
1126 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] radieschen@slrpnk.net 16 points 2 days ago* (last edited 2 days ago) (1 children)

I can recommend Forgejo, it's not overly complex in my opinion. It is what I would call "simple git server + decent web UI" for a home lab or VPN.

The reason Forgejo was forked was because of Gitea's focus IIRC, maybe it was stuff like having 3D file previews. It's not even the worst feature though, I can imagine it's quite helpful in projects with a focus on 3D data.

Edit: Just had a look at the reasoning behind forking from Gitea:

We started Forgejo in reaction to control of Gitea being taken away from the community by the newly-formed for-profit company Gitea Ltd without prior community consultation, and after an Open Letter to the Gitea project owners remained unanswered. The Forgejo project has two major objectives that drive our development and road map:

  1. The community is in control, and ensures we develop to address community needs.
  2. We will help liberate software development from the shackles of proprietary tools.

https://forgejo.org/2022-12-15-hello-forgejo/

Later they announced the hard fork, because

Simply put, the governance and development models of Gitea and Forgejo diverged over time, and so did their goals. Becoming a hard fork is the culmination of that divergence.

[–] cecilkorik@lemmy.ca 15 points 2 days ago (1 children)

Forgejo also has significantly more active development. Feature-wise, I believe they're currently working on adding federation via ActivityPub as one of the main goals. I also think they have a much better designed and documented system for workers and actions at least at the time I went to spin one up. I switched to Forgejo and haven't really looked back.

[–] crunchy@lemmy.dbzer0.com 3 points 2 days ago (1 children)

I'm still getting familiar with the concept of federation. What would Forejo be able to do with federation if it's not primarily a communication platform?

[–] poVoq@slrpnk.net 8 points 2 days ago* (last edited 2 days ago) (1 children)

The federation is mainly about issues / bug reports (the discussions and comments) and being able to make cross instance pull-requests and so on. So yes, it is mostly about communication.

[–] crunchy@lemmy.dbzer0.com 1 points 2 days ago

Oh, that's pretty cool!