this post was submitted on 10 Apr 2024
45 points (100.0% liked)

Selfhosted

45231 readers
977 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Is anybody self hosting Beeper bridges?

I'm still wary of privacy concerns, as they basically just have you log into every other service through their app (which as I understand is always going on in the closed source part of Beeper's product).

The linked GitHub README also states that the benefit of hosting their bridge setup is basically "hosting Matrix hard" which I don't necessarily believe.

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 11 months ago (2 children)

Ooo definitely going to give this a shot thanks for linking it. Their docs and guides say all of these bridges are encrypted and though things go through their app/services they cannot see or save anything, will be good to verify with my own bridge/instance however.

[–] [email protected] 4 points 11 months ago

Agreed! I'm pretty psyched about their transparency and the overall model. Especially in the universe where this Apple lawsuit results in Beeper being allowed to connect to iMessage again.

Would love to hear any results you find with hosting! I'll give it a try too and maybe do a follow on post with what I learn.

[–] [email protected] 4 points 11 months ago

Please make a lemmy post about it with your findings, and link it from your comment.

[–] [email protected] 5 points 11 months ago* (last edited 11 months ago) (2 children)

I've been interested in doing this, but I can't tell why I need to login to Beeper in order to self host. I noticed their previous self-host solution did not require that.

Because of that login step, I decided to look into this other repo which uses Ansible to deploy a Matrix homeserver and the same bridges that Beeper uses. I haven't finished it yet since there's a lot of config and choices to make, but it seems like it'll serve the same end goal.

Edit: lol, maybe if I read the intro, I'll get my answer.

You can connect any† standard Matrix application service to your Beeper account without having to self-host a whole Matrix homeserver.

Still might go with the second option so that I don't rely on their cloud services.

[–] [email protected] 2 points 11 months ago

That's a cool solution! I'd be interested in making a nix flake to do something similar to that Ansible project. Thanks for linking!!

[–] [email protected] 1 points 11 months ago

Been trying to read through to understand and see how all this is supposed to work, I guess it's so you can use beeper app and infra and APIs to talk to your matrix server and the encryption/decryption/handshake happens here between matrix and beeper and then send to their servers for delivery and all that portion.

[–] [email protected] 4 points 11 months ago* (last edited 11 months ago)

I started using their Signal and WhatsApp bridges today, probably one of the easiest setups I ever did. You just run a Docker container for every bridge, and login to your Signal/WhatsApp account by chatting in the app with the Matrix bot it creates.

Literally takes like 5 minutes if you've used Docker before, and you don't need a domain or forwarded ports or anything.