Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Discuss
  3. A Matrix-WhatsApp puppeting bridge

A Matrix-WhatsApp puppeting bridge

Scheduled Pinned Locked Moved Discuss
38 Posts 13 Posters 4.5k Views 18 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • BrutalBirdieB BrutalBirdie

    Neat! Where can I check it out? @andreasdueren

    andreasduerenA Offline
    andreasduerenA Offline
    andreasdueren
    wrote on last edited by
    #19

    @BrutalBirdie You should be able to manually install it from docker hub: cloudron install --image andreasdueren/matrix-whatsapp-bridge:latest

    BrutalBirdieB 1 Reply Last reply
    0
    • andreasduerenA andreasdueren

      @BrutalBirdie You should be able to manually install it from docker hub: cloudron install --image andreasdueren/matrix-whatsapp-bridge:latest

      BrutalBirdieB Offline
      BrutalBirdieB Offline
      BrutalBirdie
      Partner
      wrote on last edited by
      #20

      @andreasdueren Ok, but where is the code? I also need the Cloudron manifest and wanted to do some code reviewing.

      Like my work? Consider donating a drink. Cheers!

      andreasduerenA 1 Reply Last reply
      1
      • BrutalBirdieB BrutalBirdie

        @andreasdueren Ok, but where is the code? I also need the Cloudron manifest and wanted to do some code reviewing.

        andreasduerenA Offline
        andreasduerenA Offline
        andreasdueren
        wrote on last edited by
        #21

        @BrutalBirdie I can commit it to the git but I think someone else needs to create the project there first?

        BrutalBirdieB 1 Reply Last reply
        0
        • andreasduerenA andreasdueren

          @BrutalBirdie I can commit it to the git but I think someone else needs to create the project there first?

          BrutalBirdieB Offline
          BrutalBirdieB Offline
          BrutalBirdie
          Partner
          wrote on last edited by
          #22

          @andreasdueren what is your git.cloudron.io username?
          I can create you a repo and invite you as the maintainer.

          Like my work? Consider donating a drink. Cheers!

          andreasduerenA 1 Reply Last reply
          2
          • BrutalBirdieB BrutalBirdie

            @andreasdueren what is your git.cloudron.io username?
            I can create you a repo and invite you as the maintainer.

            andreasduerenA Offline
            andreasduerenA Offline
            andreasdueren
            wrote on last edited by
            #23

            @BrutalBirdie dueren

            BrutalBirdieB 1 Reply Last reply
            1
            • andreasduerenA andreasdueren

              @BrutalBirdie dueren

              BrutalBirdieB Offline
              BrutalBirdieB Offline
              BrutalBirdie
              Partner
              wrote on last edited by
              #24

              @andreasdueren Invited you as owner => https://git.cloudron.io/BrutalBirdie/matrix-whatsapp-puppet-bridge/

              Like my work? Consider donating a drink. Cheers!

              1 Reply Last reply
              4
              • andreasduerenA Offline
                andreasduerenA Offline
                andreasdueren
                wrote on last edited by
                #25

                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.

                jdaviescoatesJ robiR andreasduerenA 3 Replies Last reply
                0
                • andreasduerenA andreasdueren

                  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.

                  jdaviescoatesJ Online
                  jdaviescoatesJ Online
                  jdaviescoates
                  wrote on last edited by
                  #26

                  @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. 🤔

                  I use Cloudron with Gandi & Hetzner

                  1 Reply Last reply
                  1
                  • andreasduerenA andreasdueren

                    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.

                    robiR Offline
                    robiR Offline
                    robi
                    wrote on last edited by
                    #27

                    @andreasdueren what if you VPN one?

                    Conscious tech

                    andreasduerenA 1 Reply Last reply
                    0
                    • robiR robi

                      @andreasdueren what if you VPN one?

                      andreasduerenA Offline
                      andreasduerenA Offline
                      andreasdueren
                      wrote on last edited by
                      #28

                      @robi I already removed one instance. But logging into one via VPN didn’t work for me, I did try that.

                      robiR 1 Reply Last reply
                      0
                      • andreasduerenA andreasdueren

                        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.

                        andreasduerenA Offline
                        andreasduerenA Offline
                        andreasdueren
                        wrote on last edited by
                        #29

                        @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'
                        
                        1 Reply Last reply
                        1
                        • andreasduerenA andreasdueren

                          @robi I already removed one instance. But logging into one via VPN didn’t work for me, I did try that.

                          robiR Offline
                          robiR Offline
                          robi
                          wrote on last edited by
                          #30

                          @andreasdueren yeah. I meant the server, but it sounds like you found the reason!

                          Conscious tech

                          1 Reply Last reply
                          2
                          • B Offline
                            B Offline
                            BetaBreak
                            wrote on last edited by
                            #31

                            Would it be possible to modify this Cloudron Matrix Bridge deployment for Signal/ mautrix-signal ?

                            BrutalBirdieB 1 Reply Last reply
                            0
                            • B BetaBreak

                              Would it be possible to modify this Cloudron Matrix Bridge deployment for Signal/ mautrix-signal ?

                              BrutalBirdieB Offline
                              BrutalBirdieB Offline
                              BrutalBirdie
                              Partner
                              wrote on last edited by BrutalBirdie
                              #32

                              @BetaBreak hold your 🐎 🐎 🙂

                              Firstly @andreasdueren needs the support to get everything working.
                              After that, feature requests.

                              If you want to support @andreasdueren I bet he would gladly accept some sponsored coffee to fuel his determined work 😉
                              Or if you are capable, support his work with code-reviews. That would be even better.

                              Sorry if I speak for you @andreasdueren hope this is okay. 💚

                              Like my work? Consider donating a drink. Cheers!

                              1 Reply Last reply
                              3
                              • scookeS Offline
                                scookeS Offline
                                scooke
                                wrote on last edited by
                                #33

                                If @andreasdueren has ko-fi account or something I'll pitch in for coffees!

                                A life lived in fear is a life half-lived

                                1 Reply Last reply
                                1
                                • BrutalBirdieB Offline
                                  BrutalBirdieB Offline
                                  BrutalBirdie
                                  Partner
                                  wrote on last edited by
                                  #34

                                  @andreasdueren I think you need to create a ko-fi account if you don't have one already 😉

                                  Like my work? Consider donating a drink. Cheers!

                                  1 Reply Last reply
                                  1
                                  • andreasduerenA Offline
                                    andreasduerenA Offline
                                    andreasdueren
                                    wrote on last edited by
                                    #35

                                    @BrutalBirdie @scooke thank you but more than money I could use help reviewing the code 😄

                                    robiR 1 Reply Last reply
                                    3
                                    • andreasduerenA andreasdueren

                                      @BrutalBirdie @scooke thank you but more than money I could use help reviewing the code 😄

                                      robiR Offline
                                      robiR Offline
                                      robi
                                      wrote on last edited by
                                      #36

                                      @andreasdueren Are your AI friends not interested in reviewing code?

                                      Conscious tech

                                      andreasduerenA 1 Reply Last reply
                                      1
                                      • robiR robi

                                        @andreasdueren Are your AI friends not interested in reviewing code?

                                        andreasduerenA Offline
                                        andreasduerenA Offline
                                        andreasdueren
                                        wrote on last edited by
                                        #37

                                        @robi Unfortunately my mighty AI overlords are currently not interested in (capable) of solving this yet.

                                        marcusquinnM 1 Reply Last reply
                                        1
                                        • andreasduerenA andreasdueren

                                          @robi Unfortunately my mighty AI overlords are currently not interested in (capable) of solving this yet.

                                          marcusquinnM Offline
                                          marcusquinnM Offline
                                          marcusquinn
                                          wrote on last edited by
                                          #38

                                          @andreasdueren Nice work! Been getting decent things from augmentcode.com if that's any help.

                                          Web Design https://www.evergreen.je
                                          Development https://brandlight.org
                                          Life https://marcusquinn.com

                                          1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search