matrix-docker-ansible-deploy
matrix-docker-ansible-deploy copied to clipboard
🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
**Describe the bug**  - There are 2 nginx-proxy.json grafana dashboards in 2 places. - It is not clear from the docs how to make use of the metrics, e.g....
**Is your feature request related to a problem? Please describe.** When I update my stream writer worker conf, the IDs get mixed up, messing up my metrics. **Describe the solution...
**Is your feature request related to a problem? Please describe.** I would love to see "chaz" supported. It's a more advanced version of matrix-chatgpt-bot and even recommended by its developers...
First off, thanks for the awesome project! **Describe the bug** Issue: All routes 404. I've been successfully running matrix for a while now. However, I've had some issues with coturn...
**Playbook Configuration**: My `vars.yml` file looks like this: ```yaml devture_postgres_connection_password: 'DEF' devture_traefik_config_certificatesResolvers_acme_email: '[email protected]' jitsi_enabled: true jitsi_enable_auth: true jitsi_enable_guests: true jitsi_prosody_auth_internal_accounts: - username: "someacc1" password: "somepass1" - username: "someacc2" password: "somepass2"...
### Is your feature request related to a problem? Please describe. The reference Matrix client, "[Element](http://element.io/)", does not support multiple user accounts, as do quite some other clients also not...
**Playbook Configuration**: My `vars.yml` file looks like this: ```yaml matrix_domain: localhost matrix_homeserver_implementation: synapse matrix_homeserver_generic_secret_key: 'password' matrix_playbook_reverse_proxy_type: playbook-managed-traefik devture_traefik_config_certificatesResolvers_acme_email: '[email protected]' devture_traefik_config_entrypoint_web_secure_enabled: false devture_postgres_connection_password: '12345' devture_postgres_container_image_latest: "{{ devture_postgres_container_image_v14 }}" ``` **Matrix Server:**...
**Playbook Configuration**: My `vars.yml` file looks like this: ```yaml matrix_domain: REDACTED matrix_homeserver_implementation: synapse matrix_homeserver_generic_secret_key: REDACTED matrix_playbook_reverse_proxy_type: playbook-managed-traefik devture_traefik_config_certificatesResolvers_acme_email: REDACTED devture_postgres_connection_password: REDACTED matrix_synapse_workers_enabled: true matrix_synapse_admin_enabled: true matrix_synapse_presence_enabled: false etherpad_enabled: false ```...
Help
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Describe the bug** When enabling borg backup and running the backup fails due to a mismatch within pg_dump **To Reproduce** Enable borg backup in the config. Run the playbook. Run...