this post was submitted on 16 Oct 2025
255 points (99.2% liked)

Selfhosted

60054 readers
967 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Keep in mind if you've pinned your docker-compose.yml as they suggest in the installation guide, you'll want to increment that.

you are viewing a single comment's thread
view the rest of the comments
[–] NGram@piefed.ca 37 points 8 months ago (2 children)

More features that are preparing for full federation support! Exciting!

[–] mesamunefire@piefed.social 12 points 8 months ago
[–] ObsidianZed@lemmy.world 3 points 8 months ago (1 children)

What are some benefits of a vcs being federated?

[–] tad_lispy@europe.pub 4 points 8 months ago

I imagine ability to fork, comment, open an issue or a merge (pull) request, do a code review etc from an account on one instance to a project on another. That would enable true decentralisation of software development. It was one of the original promises of Git, but was lost with the emergence of GitHub. With such federated network of forges each developer, or a group working on a project, could run their own server and collaborate with anyone else, without registering accounts on hundreds of services. I'd love that.