A Matrix-WhatsApp puppeting bridge
-
https://github.com/mautrix/whatsapp
In case you want to connect WhatsApp to Matrix.
-
https://github.com/mautrix/whatsapp
In case you want to connect WhatsApp to Matrix.
@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!
-
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
@chetbaker : glad you asked, I have been meaning to ask
-
@chetbaker : glad you asked, I have been meaning to ask
-
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.
-
@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...)
@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
@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