this post was submitted on 16 Sep 2025
772 points (98.6% liked)

Technology

75258 readers
3690 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] rimu@piefed.social 5 points 2 days ago (1 children)

Yes, backend server.

https://codeberg.org/rimu/pyfedi/src/branch/main/INSTALL.md

You could run all 3 but it would be redundant as they all have the same content and people :D

[–] interdimensionalmeme@lemmy.ml 2 points 2 days ago (1 children)

One thing I don't understand, the clients (and servers) have different features ? So how are they compatible with each other ? I understand the activitypub allows interoperatibility, but if piefed for crosspost agglomeration but lemmy doesn't, how is that mismatch handled ?

Are they extensions that are just not supported like on XMPP ?

I think I'd want to run each of the 3 webui locally, to figure out which I actually like, but does that mean I should runt he 3 backends as well so that all the features work ?

Is there one backend that basically does it all and I should only run that one ? I do have plenty over ram with many HP G8 DL380 and 256gb ram each so .. it's mostly a matter of "crossing the desert" and configuring each one, which I suspect will be pretty similar but each with their own little gotcha (speaking as a self-hosting veteran, there's always something)

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

They each use a different backend, and their web UI's are designed with their own unique backend in mind.

There is Photon, a third-party web UI/client that may someday be compatible with both Lemmy and Piefed, but currently only properly supports lemmy.

As far as I know, Piefed, Lemmy, and Mbin essentially are just displaying the data made available from ActivityPub in different ways, like the comment aggregation for crossposts.

Thanks ! In that case I think I will make a self-hosted server and client instances of all 3 plus photon and then decide which one I like !