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
The description how to setup a reverse proxy with Traefik `https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-own-webserver.md` lacks a feature. Add the following labels to matrix-nginx-proxy to remediate: ``` - '--label "traefik.http.routers.wellknown.rule=Host(`{{ matrix_domain }}`) && PathPrefix(`/.well-known`)"'...
Hi, i just installed everything, but 3PID Login is not working - Login via samaccountname is working - Searching for ldap user in element is working - Login via E-Mail...
This is a general query of interest for implementing [ModSecurity v3 (Libmodsecurity)](https://github.com/SpiderLabs/ModSecurity) for the public facing NGINX web server that sits in front of all other services. Among other capabilities,...
In order to allow certificate creation and matrix federation with my base domain without having to serve anything from it, I propose this implementation of Let's Encrypt DNS challenges. It...
Hello, I try to get my matrix-home server to working without any guest autentication for jiitsi, and that you need to login to gain access. Anyway, I following the guide...
**Describe the solution you'd like** `roles/matrix-synapse/vars/workers.yml` to expose: https://matrix-org.github.io/synapse/latest/admin_api/event_reports.html **Describe alternatives you've considered** I've tried adding: ``` - ^/_synapse/admin/v1/event_reports.*$ - ^/_synapse/admin/v1/event_reports/ ``` without success **Additional context** This is for use...
Fixes #1290 Copied over from dendrite and replaced the docker image and var names. Already adding this as a PR so no double work is happening. Any help appreciated.
**Is your feature request related to a problem? Please describe.** Current ntfy implementation doesn't enforce auth, so literally anybody can use a ntfy server installed with the playbook **Describe the...
How can I enable Cotrun if I frontend the nginx proxy with traefik? Should I set it with manual certificates and specify the certificate that is needed?
**Describe the bug** When having a fresh install with the playbook (after running `setup-all`) trying to migrate a old SQLite database fails with the following message: ``` TASK [matrix-postgres :...