this post was submitted on 01 Jul 2026
26 points (93.3% liked)
DeGoogle Yourself
17221 readers
13 users here now
A community for those that would like to get away from Google.
Here you may post anything related to DeGoogling, why we should do it or good software alternatives!
Rules
-
Be respectful even in disagreement
-
No advertising unless it is very relevent and justified. Do not do this excessively.
-
No low value posts / memes. We or you need to learn, or discuss something.
Related communities
!privacyguides@lemmy.one !privacy@lemmy.ml !privatelife@lemmy.ml !linuxphones@lemmy.ml !fossdroid@social.fossware.space !fdroid@lemmy.ml
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I run my own Matrix server and just bridge Whatsapp, Messenger, Discord and Telegram to it. Element (a matrix client I'm using) Works without google services.
The only catch is I have to have a second Play-services enabled profile on the phone, and sign in to whatsapp there every two weeks, so it keeps my Matrix session fresh.
Any chance you have instructions somewhere on running these bridges? I'd love to do that, myself.
Sure!
I highly recommend using the matrix-ansible-docker-deploy. It has a pretty good documentation that should not give you much trouble, if you have at least very basic self-hosting experience (i.e can get a domain, a server, and set up SSH and firewall ports), and configuring it to do what you want is usually just adding a single config line into vars.yml when setting it up.
Once you get to the configuration step in the quickstart, where you change a few rows, also take a look at the more in-depth configuration documentation, and scroll down to the chapter about configuring bridges/bridging other networks.
For example, setting up a messanger bridge is literally just adding
matrix_mautrix_meta_messenger_enabled: trueinto your vars.yml when you are setting it up.Each one is slightly different, obvs.
https://matrix.org/ecosystem/bridges/
I did the same 4 years ago and it kinda worked, but often Telegram messages were not delivered (never saw them). Compatibility also broke for some messeger a few weeks later. It was not worth the time invest.