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 396 matrix-docker-ansible-deploy issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Dear all, I just pulled the repo and tried to update my instance with `ansible-playbook -i inventory/hosts setup.yml -K --tags=setup-all,start` as usual. I got this error: ```...

**Describe the bug** Matrix Dimension makes API call to upload media to Matrix at the address matrix-synapse:8008 and receives a 404 **To Reproduce** My `vars.yml` file looks like this: ```yaml...

**Playbook Configuration**: My `vars.yml` file looks like this: ```yaml matrix_coturn_enabled: true matrix_coturn_tls_enabled: true matrix_coturn_container_additional_volumes: [{"src": "/etc/ssl/certs/coturncert.crt", "dst": "/etc/ssl/certs/coturncert.crt", "options": "ro"}, {"src": "/etc/ssl/private/coturnprivate.key", "dst": "/etc/ssl/private/coturnprivate.key", "options": "ro"}] ``` **Matrix Server:** -...

**Describe the bug** I followed the following guide to upgrade my matrix instance: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/maintenance-upgrading-services.md When trying to start the services, I get the following error. ` TASK [matrix-base : Ensure...

When running borgbackup (installed via the playbook) I get this log: ``` Aug 27 21:03:45 HOSTNAME systemd[1]: Starting Matrix Borg Backup... Aug 27 21:03:50 HOSTNAME matrix-backup-borg[1241]: Remote: Warning: Permanently added...

**There is currently no documentation on how to properly setup conduit.** Conduit support is experimental but we should at least provide some basic documentation. **Proposal: Add documentation for the most...

**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...

I'm setting up the Mautrix Telegram bridge via https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-bridge-mautrix-telegram.md Everything is going fine, except I can't seem to figure out how to enable end-to-bridge encryption. The Telegram client can send...

ma1sd fails to build when the architecture is set to ARM64. It first throws "detected dubious ownership in repository" when checking the folder, then when #2008 is done (both `git...

bug