Hey, I’m fortunate enough to upgrade my home-server. I’d like to make some future-proof decisions. Which Matrix server do I choose? Dendrite? Conduit?

I like the candidate to be halfway well maintained, have active development during the next 4 years… Would be nice if it had a solid technological base and wouldn’t hog that many resources. I’m okay if it still has some rough edges as long as they get ironed out in the near future.

It needs to provide service to me and a few friends and family. Audio calls would be nice and I definitely need it to connect to the Mautrix-WhatsApp/-Signal bridges.

Did I miss something? Is there another good server implemention apart from Synapse/Dendrite/Conduit?

Bonus questions:

  1. Is Synapse the only server that can connect to SSO? Ideally I would like to maintain the user accounts via Authentik/LDAP/…whatever…
  2. Is there a server that can handle multiple domains? Like an e-mail server that I can just tell “you handle mail for the following 5 domain names?”
  • rufus@discuss.tchncs.deOP
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 month ago

    Thanks. Yeah I know most of the story/history of Matrix. I’m just now making the decisions for the years to come. And Dendrite has been the announced successor to Synapse for quite some time now… I’m not sure what to make of this. If it’s going to happen soon, I’d like to switch now. And not move again and relocate my friends more times than necessary.

    Judging by the graphs on my Netdata, Synapse plus the database are currently eating more resources than I’d like for just chat. Afaik the other projects were meant to address that. But I’ve never used anything else. And I’ve always refrained from joining large rooms because people told me that’d put considerable load on the server. If there’s a better solution I’m open to try even if it’s not the default choice… It just needs to work for my use-case. I don’t necessarily need feature-completeness.

    Yeah, with the multiple domains: I meant I have 1 VPS and like 3 domain names for different projects. I have a single email-server, one webserver and they just handle all three domains. Even Prosody (XMPP) has “VirtualHost” directives and I only need to run it once to provide service on all the different domains. With Matrix this doesn’t seem to be the case… I’d need to launch 3 different instances of Synapse simultaneously on that one server and do some trickery with the reverse http proxy. That’d be more expensive and take more time and effort. I don’t really care about how the identities are handled internally, I can provide them in a format that is supported. And the users are seperate anyways. It’s just: I’d like to avoid running the same software three times in parallel.