I want to selfhost a messaging service for my family. It should be secure and have voice calling option, ideally. Thank you.

  • Scott
    link
    fedilink
    131 year ago

    Matrix. With its bridges you can “wire-in” networks like WhatsApp, Slack, Signal, Telegram, Discord, iMessage, SMS, e-mail, … and have a single app that interacts with them all. You can have a single group chat with users from all those networks participating and no one would be any the wiser.

    • z3bra
      link
      fedilink
      31 year ago

      From my experience (with Dendrite, not synapse, so keep that in mind), bridges create “fake” users to replicate your contacts on these platform as matrix users, and they are visible on the whole instance by all their users (but you might not be able to talk to them). Also, in puppeted mode (which is what you want to “replace” your app with matrix), only a single user can use the bridge at a time, so the other users cannot use it.

      • Scott
        link
        fedilink
        11 year ago

        This is true but if you’re self-hosting it’s not that much bother to add additional copies of a bridge for other users (granted, it’s not ideal).

        • z3bra
          link
          fedilink
          01 year ago

          Bridges were not that easy to manage in my case (regarding process management, and ease of config deployment/reproductibility). It was on OpenBSD though, so your mileage may vary. And still, it leaks all of your contact informations to the other users of the server (like their phone number eventually), so definitely not suited for public instances.

          • @[email protected]
            link
            fedilink
            01 year ago

            Leaks contact information to the other users? Can you elaborate on that? I haven’t heard anything like that

            • z3bra
              link
              fedilink
              21 year ago

              That’s from my own experience. I had a self-hosted matrix server running with Dendrite, and the mautrix-whatsapp bridge running. The bridge was running in puppeted mode, so upon synchronizing contacts, the bridge created “fake” users on the matrix server, one for each of my whatsapp contacts. The matrix username of these contacts is (by default) whatsapp_<phone_number>:domain.tld. And these users are visible (at least) by other users on the same server. It was my own instance and I was the sole user so I didn’t really care. But when a friend of mine wanted to try matrix, I created an account for him on the server, and when he joined, he could see all the fake whatsapp/telegram/discord users created by the bridge on the server. And as the default username includes the phone number, he basically had access to my whole phone contact list in real time.

  • Elkan Nixed
    link
    131 year ago

    I’m on Signal (obviously not self hosted) and even if I really wanted to move to another platform be it self hosted or yet another privacy focussed one, I can’t ask my friends and family to move to another platform again. I already asked them to move away from WhatsApp, can’t do it again…

    • @[email protected]
      link
      fedilink
      51 year ago

      💯 this. It took me several years to get most of my friends, co-workers and family to Signal…

    • Overzeetop
      link
      fedilink
      11 year ago

      I feel you. My problems with Signal forced me back to iMessage (actually forced me off of android and back to iOS).

      I’d never considered Self-hosted messaging. It might be fun to play around with, but I can’t handle the stress of ensuring six 9s uptime for family comms.

    • @[email protected]
      link
      fedilink
      11 year ago

      I got my family onto Signal last winter and it works great for us. And half of them aren’t even very techy. But the interface is a lot like SMS so it was an easy transition for them

    • @[email protected]
      link
      fedilink
      -21 year ago

      This is what I told most of my friend when they asked me to move to signal. Is is going to be a very shitty company managed by a shitty egocentric person and you are going to regret. But you will make people move and they won’t do it again and won’t understand the reasons

  • @[email protected]
    link
    fedilink
    111 year ago

    I host my own matrix instance for my wife, a few friends and I. It has worked great for us. They can either use a web app, or an app on their phone.

  • @[email protected]
    link
    fedilink
    English
    61 year ago

    If you’re already using Nextcloud, it has a chat w/ video chat as well.

    Matrix / Synapse / Element.io is also pretty cool. The UX might not be on par with what some family expects though. I don’t know if voice/video chat is built-in yet or not, but it was at least an option before.

  • @[email protected]
    link
    fedilink
    41 year ago

    We use Matrix (Synapse) and it works extremely well. I just wish I could get a STUN/TURN server working…

    • @[email protected]
      link
      fedilink
      01 year ago

      My family has been using Synapse since before Covid hit, including TURN server (coturn) for audio and video calls. No complaints about the UI so far, except for Element on iPhone reportedly “freezing” for a few moments when sending messages - and that was over a year ago.

      What problems do you have getting TURN to work?

      • @[email protected]
        link
        fedilink
        11 year ago

        I tried setting up coturn with docker but I can’t remember offhand what I had issues with. I am running a reverse proxy (Traefik) with wildcard certs. I should dig into it again. Do you happen to have any pointers or any good guides I could try following?

  • 8565
    link
    fedilink
    41 year ago

    We use Rocketchat and love it. Been thinking about moving to Matrix but, at this point I’ve got my whole family hooked on Rocket

  • Milouse
    link
    fedilink
    31 year ago

    Just for a family and friends I’d go for xmpp. Matrix is still an enormous greavy piece of software, hard to self host if you don’t want to pay for a gigantic server just for it. Also the UI is more like gamer/company chat (discord, slack…), what may not be what your family expect, coming from whatsapp, telegram, or plain sms. In the contrary xmpp is very light and nowadays a lot of tutorial exists on how to configure it, even with voice/video. Plus mobile apps like conversation match the habbits of other messengers.

  • hitagi
    link
    fedilink
    31 year ago

    I like Matrix (I mostly use it with my sister) though XMPP might be a good option too if it’s just for family.

  • @[email protected]
    link
    fedilink
    21 year ago

    Since we use Nextcloud, we just use Talk. It works well enough for us, but you should also host a TURN/STUN Server with that.

  • poVoq
    link
    fedilink
    2
    edit-2
    1 year ago

    Don’t listen to all the Matrix fanboys here 😅 It’s no fun having to manage the massive server application and the mobile apps pretty much suck.

    I would go for https://snikket.org/ which is a lightweight all in one solution based on XMPP specifically designed for what you want.

    • @[email protected]
      link
      fedilink
      11 year ago

      Massive server application? Running on a PI 3? If you don’t want to federate with massive servers it’s super lightweight!

  • X3I
    link
    fedilink
    1
    edit-2
    1 year ago

    Did you checkout matrix/element?