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

**Playbook Configuration**: This happens with both Github and with Self-Hosted Authentik Accounts. My `vars.yml` file looks like this: ```yaml matrix_playbook_reverse_proxy_type: playbook-managed-traefik matrix_playbook_ssl_enabled: true matrix_well_known_matrix_server_enabled: false matrix_synapse_admin_enabled: true # Synapse Admin...

**Describe the bug** Users across different devices (desktop and mobile) experience partial loss of message decryption. The issue persists across different Single Sign-On (SSO) methods, specifically with SSO-only authentication enabled...

**Describe the bug** if you have open registration and go to element.yourdomain and try to register. the email with validation is coming. the validation link will not work.the site shows...

Hi all I struggling with the user registration part "matrix-registration" and "matrix-registration-bot". If I setup a complete new server and I set the matrix_bot_matrix_registration_bot_enabled to "true", the script can't add...

**Describe the bug** Grafana synapse dashboard not work. Probably related to https://github.com/grafana/grafana/issues/10786#issuecomment-392377975 and https://github.com/grafana/grafana/issues/11018 Synapse dashboard settings in graphana UI ![json](https://github.com/spantaleev/matrix-docker-ansible-deploy/assets/29484330/933e4ac2-1706-4f8c-a2a6-321ffefc55b7) ![variables](https://github.com/spantaleev/matrix-docker-ansible-deploy/assets/29484330/a252dcaf-d1f4-4672-8d0c-beea21ea420f) For comparison, working node-exporter settings ![variables](https://github.com/spantaleev/matrix-docker-ansible-deploy/assets/29484330/e7c8e172-3276-4377-9f71-4ed40454e65a) **To Reproduce**...

ansible refuses to login via ssh to install the server as root even tho I have no issue manually logging in via ssh as root. the ip is correct so...

**Describe the bug** After upgrading traefik cannot resolve the ip address for the container matrix-container-socket-proxy as seen by the following error logs. ```bash Dec 25 07:16:40 matrix.example.lan matrix-traefik[2458633]: time="2023-12-25T12:16:40Z" level=error...

bug

Tried to set up borg backup. Installation went fine, no errors there. Also self-check goes through without errors. The problem arises when I try to execute the backup manually on...

**Is your feature request related to a problem? Please describe.** Beeper has released their [iMessage bridge](https://github.com/beeper/imessage) as open source. This also requires their [registration relay](https://github.com/beeper/registration-relay), though that may require a...

`matrix_docker_ipv6_enabled` is true by default. I think IPv6 should be everywhere by now. Nginx now always listens on ipv6. When the setting is true, the `matrix_docker_network` gets created with ipv6...