Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Privacy
  3. Self-Hosted Beeper Alternative

Self-Hosted Beeper Alternative

Scheduled Pinned Locked Moved Privacy
privacy
17 Posts 11 Posters 61 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • gsv@programming.devG [email protected]

    Not exactly what was asked but a thought as I’ve been considering the same.
    After merging with Texts.com, Beeper seems to be redesigning the bridge architecture. I read that the implementation will move towards running the bridges on the client device so that the decryption is happening in the RAM of the end user’s machine rather than the server. In that case, the mentioned security problem will be at least partially resolved. Self-hosting the bridges is already possible now.
    One will still have to trust Beeper, though. As I am using their software already, it looks like there’s no reason, yet, to mistrust them.

    zebragoose@sh.itjust.worksZ This user is from outside of this forum
    zebragoose@sh.itjust.worksZ This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #8

    Does text use matrix aswell?

    gsv@programming.devG 2 Replies Last reply
    0
    • B [email protected]

      I'm currently using Beeper to conglomerate the plethora of chat services that my friends and family use: WhatsApp, FB Messenger, RCS/SMS, and Discord. I use Signal separately because I read that Beeper needs to decrypt incoming messages before reencrypting and routing, so I felt adding a bridge for Signal defeated the purpose of using Signal.

      I've also read that Beeper is essentially just Matrix with a bunch of bridges, so I looked into self-hosting Matrix and standing up those bridges myself. I would feel comfortable integrating Signal into a self-hosted instance where I control and can encrypt the middleware.

      What would you all recommend as a viable, self-hosted alternative to replace Beeper? I've been trying to set up Matrix but running into a lot of headache with no simple way to self-host it. Yes, I've tried the Ansible set up and I get countless issues. I've heard an XMPP server might be a better solution as it is more lightweight and battle-tested? How do XMPP gateways compare to Matrix bridges, and would they cover all my needs?

      scott@lem.free.asS This user is from outside of this forum
      scott@lem.free.asS This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #9

      I run a complete, self-hosted Matrix stack including bridges to WhatsApp, Slack, Telegram and Signal as well as Element Call (Livekit) and MAS (the new authentication system).

      I don't think there's any shortcuts. You just need to install them and work through any issues, one-by-one. Start with just the homeserver (Synapse, don't bother with anything else yet) and add one component at a time and get it working before moving to the next.

      I will say that having a decent knowledge of reverse proxies, networking, DNS and certificates will help you greatly. Having a solid understanding of Docker (if you're using Docker) would be of great benefit too.

      It should be much easier today than it was five/six-odd years ago when I started; things are more polished now than they were then.

      M 1 Reply Last reply
      0
      • zebragoose@sh.itjust.worksZ [email protected]

        Does text use matrix aswell?

        gsv@programming.devG This user is from outside of this forum
        gsv@programming.devG This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #10

        The FAQ says that “all integrations were implemented in-house using the Texts Platform SDK”.
        Whether that sdk is a derivative of the Matrix protocol? No idea. Texts.com does not offer connections to matrix, which kind of suggests it’s not 🤷🏼‍♂️
        We will have to see whether the announced unified app will be running a solution based on Matrix or not.

        1 Reply Last reply
        0
        • zebragoose@sh.itjust.worksZ [email protected]

          Does text use matrix aswell?

          gsv@programming.devG This user is from outside of this forum
          gsv@programming.devG This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #11

          Checked again. Beeper will be running “local bridges”. Once these are implemented into a modular system, there is not really a need for a local chat protocol in my understanding. The matrix connection can simply become another bridge and a Beeper server for Beeper chats would basically be yet another matrix server.

          https://blog.beeper.com/2024/06/04/2024-beeper-roadmap/?ref=textscom

          1 Reply Last reply
          0
          • B [email protected]

            I'm currently using Beeper to conglomerate the plethora of chat services that my friends and family use: WhatsApp, FB Messenger, RCS/SMS, and Discord. I use Signal separately because I read that Beeper needs to decrypt incoming messages before reencrypting and routing, so I felt adding a bridge for Signal defeated the purpose of using Signal.

            I've also read that Beeper is essentially just Matrix with a bunch of bridges, so I looked into self-hosting Matrix and standing up those bridges myself. I would feel comfortable integrating Signal into a self-hosted instance where I control and can encrypt the middleware.

            What would you all recommend as a viable, self-hosted alternative to replace Beeper? I've been trying to set up Matrix but running into a lot of headache with no simple way to self-host it. Yes, I've tried the Ansible set up and I get countless issues. I've heard an XMPP server might be a better solution as it is more lightweight and battle-tested? How do XMPP gateways compare to Matrix bridges, and would they cover all my needs?

            shrugal@lemm.eeS This user is from outside of this forum
            shrugal@lemm.eeS This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #12

            I'm using the Beeper Matrix server, but self-host their bridges. That way the de- and reencryption is done on my server, and Beeper only sees encrypted Matrix messages. It's extremely easy to set up if you've used docker before, much less work than running a full Matrix server yourself.

            B 1 Reply Last reply
            1
            0
            • scott@lem.free.asS [email protected]

              I run a complete, self-hosted Matrix stack including bridges to WhatsApp, Slack, Telegram and Signal as well as Element Call (Livekit) and MAS (the new authentication system).

              I don't think there's any shortcuts. You just need to install them and work through any issues, one-by-one. Start with just the homeserver (Synapse, don't bother with anything else yet) and add one component at a time and get it working before moving to the next.

              I will say that having a decent knowledge of reverse proxies, networking, DNS and certificates will help you greatly. Having a solid understanding of Docker (if you're using Docker) would be of great benefit too.

              It should be much easier today than it was five/six-odd years ago when I started; things are more polished now than they were then.

              M This user is from outside of this forum
              M This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #13

              Having just done this for whatsapp and discord, its a pain in the ass but nice once it is setup.

              1 Reply Last reply
              1
              0
              • povoq@slrpnk.netP [email protected]

                https://slidge.im/ with an XMPP server.

                C This user is from outside of this forum
                C This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #14

                This is the correct answer. So much better than mautrix and hostng a matrix server.

                1 Reply Last reply
                1
                0
                • shrugal@lemm.eeS [email protected]

                  I'm using the Beeper Matrix server, but self-host their bridges. That way the de- and reencryption is done on my server, and Beeper only sees encrypted Matrix messages. It's extremely easy to set up if you've used docker before, much less work than running a full Matrix server yourself.

                  B This user is from outside of this forum
                  B This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #15

                  This might be exactly what I'm looking for, thank you! I'm fine with Beeper itself, I just want the decryption on a machine I control so this looks perfect if I can get it working. Thanks!

                  shrugal@lemm.eeS 1 Reply Last reply
                  1
                  0
                  • B [email protected]

                    This might be exactly what I'm looking for, thank you! I'm fine with Beeper itself, I just want the decryption on a machine I control so this looks perfect if I can get it working. Thanks!

                    shrugal@lemm.eeS This user is from outside of this forum
                    shrugal@lemm.eeS This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #16

                    if I can get it working

                    It's really as easy as starting one container per chat service, with a config like this:

                    services:
                        beeper-<service>:
                            image: ghcr.io/beeper/bridge-manager
                            restart: unless-stopped
                            environment:
                                - MATRIX_ACCESS_TOKEN=<your beeper matrix token>
                                - BRIDGE_NAME=sh-<service>
                            volumes:
                                - ./beeper-<service>:/data
                    

                    then messaging the @sh-<service>bot:beeper.local bot user, and logging in to your chat account.

                    B 1 Reply Last reply
                    1
                    0
                    • shrugal@lemm.eeS [email protected]

                      if I can get it working

                      It's really as easy as starting one container per chat service, with a config like this:

                      services:
                          beeper-<service>:
                              image: ghcr.io/beeper/bridge-manager
                              restart: unless-stopped
                              environment:
                                  - MATRIX_ACCESS_TOKEN=<your beeper matrix token>
                                  - BRIDGE_NAME=sh-<service>
                              volumes:
                                  - ./beeper-<service>:/data
                      

                      then messaging the @sh-<service>bot:beeper.local bot user, and logging in to your chat account.

                      B This user is from outside of this forum
                      B This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #17

                      Can confirm, I just got this all working. Thank you!

                      1 Reply Last reply
                      1
                      0
                      • System shared this topic on
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups