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
**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...
**Playbook Configuration**: My `vars.yml` file looks like this: ```# The bare domain name which represents your Matrix identity. # Matrix user ids for your server will be of the form...
**Is your feature request related to a problem? Please describe.** The Matrix Media Repo config allows you to specify datastores in readonly mode by leaving `forKind` array empty. However, this...
**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...
Add support for the MAS admin API as documented in their official documentation at https://element-hq.github.io/matrix-authentication-service/topics/admin-api.html Public and Internal support just like exists for the Synapse Admin API would be optimal...
**Describe the bug** When you enable Workers, via the `one-of-each` option, you will see a massive increase in CPU resource usage. **To Reproduce** My `vars.yml` file looks like this: ```yaml...
**Playbook Configuration**: My `vars.yml` file looks like this: ```yaml #enable: Ntfy server ntfy_enabled: true ntfy_hostname: ntfy.cchalifo.net ntfy_auth_default_access: 'deny-all' ntfy_enable_login: 'true' ``` **Matrix Server:** - OS: manjaro - Architecture amd64 **Ansible:**...
**Playbook Configuration**: **Problem description**: Hi guys, when I run the playbook, the default Docker network gets conflict with my company network, which is why my access to the Element server...
**Playbook Configuration**: My `vars.yml` file looks like this: ```yaml exim_relay_enabled: false #matrix_coturn_enabled: false matrix_element_call_enabled: true matrix_synapse_admin_enabled: true matrix_synapse_enable_registration: true matrix_synapse_enable_registration_without_verification: true matrix_synapse_registration_requires_token: true matrix_synapse_auto_compressor_enabled: true matrix_synapse_auto_compressor_schedule: "*-*-* 00:00:00" matrix_synapse_auto_join_rooms: ["#welcome:redacted.url"]...
**Describe the bug** I am experiencing issues with media uploads and display in Element. The problem manifests in the following ways: Media Upload Failure: Media files (images, videos, etc.) are...