matrix-docker-ansible-deploy icon indicating copy to clipboard operation
matrix-docker-ansible-deploy copied to clipboard

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker

Results 427 matrix-docker-ansible-deploy issues
Sort by recently updated
recently updated
newest added

**Background:** I'm currently setting up a TURN server to optimize one-to-one calls in Jitsi Meet, aiming to bypass the Jitsi Videobridge (JVB) where possible. As part of this setup, I...

suggestion

**Describe the bug** I am currently running independent instances of Synapse, Jitsi, and Etherpad on my server. My Etherpad is hosted at ether., and Jitsi Meet is at jitsi.. Firstly,...

**Playbook Configuration**: My `vars.yml` file looks like this: ```yaml --- # The bare domain name which represents your Matrix identity. # Matrix user ids for your server will be of...

The fix https://github.com/spantaleev/matrix-docker-ansible-deploy/commit/cb7726f4a8b3082e1fdab8949c60f07f5b6bdee7 doesn't resolve this problem. Sorry if this is a duplicate, but this is just really important for my setup, and the old report is closed as fixed....

bug

**Describe the bug** When trying to send an image to a brdiged room i get `⚠ Your message may not have been bridged: failed to download media: failed to GET...

**Describe the bug** When starting heisenbridge, the playbook can produce: ``` ... skipping: [matrix.cy.md] => (item=matrix-go-skype-bridge.service) failed: [matrix.cy.md] (item=matrix-heisenbridge.service) => changed=false ansible_loop_var: item item: matrix-heisenbridge.service msg: matrix-heisenbridge.service was not detected...

I want to host Matrix with another services, so I wonder if it's possible to change the default port tht Traefik instance uses (80/443)? _I tried to proxy Traefik to...

**Describe the bug** When having a setup with either [specialized or generic workers](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-synapse.md), the client API endpoint seems to fail. I did not test with federation-only workers yet, but I...

Hello, I have been using the matrix-facebook and matrix-instagram plugins. However now they don't really work anymore so I have been trying to use the new meta plugin. I have...

This PR was made to resolve https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3308 as it popped up again and on the draupnir side with hjacking of rooms in issue https://github.com/the-draupnir-project/Draupnir/issues/463. Now this PR is admittedly not...