A Matrix-WhatsApp puppeting bridge
-
Neat! Where can I check it out? @andreasdueren
-
Neat! Where can I check it out? @andreasdueren
@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.
-
@andreasdueren Ok, but where is the code? I also need the Cloudron manifest and wanted to do some code reviewing.
@BrutalBirdie I can commit it to the git but I think someone else needs to create the project there first?
-
@BrutalBirdie I can commit it to the git but I think someone else needs to create the project there first?
@andreasdueren what is your git.cloudron.io username?
I can create you a repo and invite you as the maintainer. -
@andreasdueren what is your git.cloudron.io username?
I can create you a repo and invite you as the maintainer.@BrutalBirdie dueren
-
@BrutalBirdie dueren
@andreasdueren Invited you as owner => https://git.cloudron.io/BrutalBirdie/matrix-whatsapp-puppet-bridge/
-
Btw unrelated to the package but something I noticed for testing is that federation between two matrix instances on the same server doesn't seem to work.
-
Btw unrelated to the package but something I noticed for testing is that federation between two matrix instances on the same server doesn't seem to work.
@andreasdueren said in A Matrix-WhatsApp puppeting bridge:
federation between two matrix instances on the same server doesn't seem to work.
I think I remember something about multiple instances of Pixelfed on the same server also having issues.
-
Btw unrelated to the package but something I noticed for testing is that federation between two matrix instances on the same server doesn't seem to work.
@andreasdueren what if you VPN one?
-
@andreasdueren what if you VPN one?
@robi I already removed one instance. But logging into one via VPN didn’t work for me, I did try that.
-
Btw unrelated to the package but something I noticed for testing is that federation between two matrix instances on the same server doesn't seem to work.
@andreasdueren could probably be solved by changing the matrix config file. This is my current entry for the federation blacklist which explains why this didn't work:
federation_ip_range_blacklist: - '127.0.0.0/8' - '10.0.0.0/8' - '172.16.0.0/12' - '192.168.0.0/16' - '100.64.0.0/10' - '169.254.0.0/16' - '::1/128' - 'fe80::/64' - 'fc00::/7'
-
@robi I already removed one instance. But logging into one via VPN didn’t work for me, I did try that.
@andreasdueren yeah. I meant the server, but it sounds like you found the reason!