A Matrix-WhatsApp puppeting bridge
-
wrote on Aug 18, 2021, 5:54 PM last edited by
https://github.com/mautrix/whatsapp
In case you want to connect WhatsApp to Matrix.
-
wrote on Aug 19, 2021, 3:31 PM last edited by
@girish see https://matrix.org/docs/guides/types-of-bridging
TLDR: It mimics the user as if it were a native Matrix (or Telegram/Whatsapp/etc) account including all metadata so there is like zero difference for the client (end user).
-
https://github.com/mautrix/whatsapp
In case you want to connect WhatsApp to Matrix.
wrote on Aug 24, 2021, 2:40 PM last edited by@robi I'm new to Matrix but was curious if you have any guidance on how to set this up when using a Cloudron deployed Synapse server. I got the docker version running and generated the config files, but I don't know what path to put in the homeserver.yaml since it runs in it's own environment.
-
@robi I'm new to Matrix but was curious if you have any guidance on how to set this up when using a Cloudron deployed Synapse server. I got the docker version running and generated the config files, but I don't know what path to put in the homeserver.yaml since it runs in it's own environment.
-
@mazarian I'm not the right person to ask, as I haven't installed it.
If you're running it in a separate docker container, you'll need to point it at the Synapse server address (API?).
Not a file path. -
@robi I was able to get it running reliably by mounting the path for the bridge and making some file permission changes for registration.yaml. Was super straightforward and works great!
-
wrote on Oct 26, 2021, 1:42 PM last edited by
Hey folks, I'm curious whether is possible to install a matrix bridge in a cloudron deployed server.
Another way to ask the same is if someone around here have already done it
-
Hey folks, I'm curious whether is possible to install a matrix bridge in a cloudron deployed server.
Another way to ask the same is if someone around here have already done it
App Devwrote on Oct 26, 2021, 5:31 PM last edited by timconsidine Oct 26, 2021, 5:32 PM@chetbaker : glad you asked, I have been meaning to ask
-
@chetbaker : glad you asked, I have been meaning to ask
wrote on Jan 29, 2022, 10:41 PM last edited byI guess the answer is no one?
-
wrote on Sep 11, 2022, 11:08 AM last edited by mononym Sep 11, 2022, 11:14 AM
Hello. No updates about (WA) bridges ? Or do we just wait for the Digital Markets Act effects ?
Doesn't seems sooo difficult : https://docs.mau.fi/bridges/general/docker-setup.html?bridge=whatsapp -
https://github.com/mautrix/whatsapp
In case you want to connect WhatsApp to Matrix.
wrote on Feb 14, 2025, 6:41 PM last edited by -
@andreasdueren happy to. Can you send us a mail to support@cloudron.io with which email you want the account ? (have to ask this because the email is forum seems different...)
-
@andreasdueren happy to. Can you send us a mail to support@cloudron.io with which email you want the account ? (have to ask this because the email is forum seems different...)
wrote on Feb 22, 2025, 4:29 PM last edited by@girish Putting a hold on this until I figured out how I can build for amd on an arm machine
-
@girish Putting a hold on this until I figured out how I can build for amd on an arm machine
Partnerwrote on Feb 22, 2025, 8:53 PM last edited by BrutalBirdie Feb 22, 2025, 9:02 PM@andreasdueren
That is called multi-platform building, see https://docs.docker.com/build/building/multi-platform/
I know that Apple mX Chips can do this by default if I remember correctly.They also have this blog entry: https://www.docker.com/blog/multi-arch-images/
Checked my Windows system and look at that
docker buildx ls --no-trunc NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS default* docker \_ default \_ default running v0.18.2 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/amd64/v4, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6
That are a lot of platforms
-
@andreasdueren
That is called multi-platform building, see https://docs.docker.com/build/building/multi-platform/
I know that Apple mX Chips can do this by default if I remember correctly.They also have this blog entry: https://www.docker.com/blog/multi-arch-images/
Checked my Windows system and look at that
docker buildx ls --no-trunc NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS default* docker \_ default \_ default running v0.18.2 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/amd64/v4, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6
That are a lot of platforms
wrote on Feb 24, 2025, 11:31 AM last edited by@BrutalBirdie yes but there is that docker building app in Cloudron Iβm interested din using but I havenβt figured out how that works yet and the documentation is a bit sparse
-
wrote 24 days ago last edited by
Ok this is packaged and seems to work now but β¦ uhhh β¦ let's just say I'm not an expert and this has been more of a vibe based packaging and someone who knows what they are doing should probably look over it again lol
-
Neat! Where can I check it out? @andreasdueren
-
Neat! Where can I check it out? @andreasdueren
wrote 24 days ago last edited by@BrutalBirdie You should be able to manually install it from docker hub:
cloudron install --image andreasdueren/matrix-whatsapp-bridge:latest
-
@BrutalBirdie You should be able to manually install it from docker hub:
cloudron install --image andreasdueren/matrix-whatsapp-bridge:latest
@andreasdueren Ok, but where is the code? I also need the Cloudron manifest and wanted to do some code reviewing.