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

Mount wasn't working for a set of users it seems (https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1922 and https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/775) and a dynamic file name is not needed for migration.

Hi All, there is a small issue when setting up the mautrix bridges with dendrite there is a couple of issues ( tested only with mautrix-facebook and mautrix-whatsapp so far...

**Describe the bug** I would like to upgrade my postgres db from docker.io/postgres:13.6-alpin with the following command: ansible-playbook -i inventory/hosts setup.yml --tags=upgrade-postgres --extra-vars="postgres_dump_dir=/tmp2" --extra-vars="postgres_dump_name=matrix-postgres-dump.sql" -K Source: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/maintenance-postgres.md#upgrading-postgresql Ansible runs... but...

Hey 🖖, this is a Pull to implement the [S3 storage backend](https://github.com/matrix-org/synapse-s3-storage-provider) as described in #176. In order for the Plugin to work I modified the build process of the...

Please look for an threema support

Are there any plans to integrate add a WeChat bridge? https://github.com/wechaty/matrix-appservice-wechaty

**Describe the bug** Own external Nginx proxy running with IPv4 and IPv6.. **To Reproduce** Send Whatsapp Messeg to other Whatsapp user ```yaml matrix_domain: test.me matrix_homeserver_implementation: synapse matrix_homeserver_generic_secret_key: "xxxxxxxxxxx" matrix_synapse_federation_enabled: true...

bug

**Is your feature request related to a problem? Please describe.** Current default docker image of `matrix-bridge-appservice-slack` does not work on this playbook, while it probably should. **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** Cannot use `matrix-bridge-appservice-discord` on ARM using this playbook. **Describe the solution you'd like** To be able to self build `matrix-bridge-appservice-discord`...

**Describe the solution you'd like** From the authors of `rust-synapse-compress-state`, a new incremental `synapse_auto_compressor` is available to periodically run and clean up things, instead of a single massive analysis and...