this post was submitted on 19 Jun 2026
152 points (98.7% liked)

Selfhosted

60253 readers
546 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ace@lemmy.ananace.dev 10 points 1 week ago* (last edited 1 week ago) (2 children)

I'm holding off on Fluxer until they decide how they're going to implement federation, since the designs they've communicated publicly so far have all seemed like they prioritize siloing and putting excessive load on self-hosted nodes.
Their first proposed solution would've required each self-hosted server to be able to handle every user on every other server in the network - a proposal which they've since scrubbed from their page.
The latest proposal I can find at least speaks about aggregating connections through the users server, so it's not as insane (Only requiring each self-hosted server to be able to handle requests from every other server on the network). But it still forbids intelligent caching, and instead seems to consider recommending the use of cloudflare to reduce the load from their design to be a good solution.

[–] u_tamtam@programming.dev 5 points 1 week ago

I'm holding off on Fluxer until they decide how they're going to implement federation

Seems wise. They seem competent in the front-end/client space and complete amateurs in the (difficult) protocol space. There is no example of successful tech (that I know of) that successfully added federation/P2P after the fact. It's not an afterthought, it probably won't ever happen.

[–] kokomo@reddit.kokomo.cloud 1 points 1 week ago

I'm happy that they are letting a open discussion on federation happen in their fluxer developers channel, they want to get it right, so slow and steady is the path they are taking. It's a high priority in their roadmap on github