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
On one of my systems the setup-all did fail because af the missing matrix_ma1sd database. I followed the guide to create the new matrix role with a safe password. When...
On a Debian 10, `/etc/cron.d` does not exist by default, and that make playbook fail with following error: ``` TASK [matrix-nginx-proxy : Ensure periodic SSL renewal cronjob configured] **************************************************************************************************************************************** fatal:...
I imagine many users would like to have automatic backups of the database available. Ideally the postgres role could also provide a script and cron job that performs the backup....
I'll put small things that I notice doing my audit of this here, which aren't big/important enough to get their own issue. - [x] `self_check_dns.yml`: maybe use the dig lookup...
As I realize, it is there: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-domain.conf.j2#L119 Now generated configuration looks like: ``` location /prefix { resolver 127.0.0.11 valid=5s; set $backend "matrix-mautrix-telegram:8080"; proxy_pass http://$backend; } ``` But have to be...
**Describe the bug** If the `dump.sql` file is not publicly readable then the [Postgres database import](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/importing-postgres.md) silently fails. **To Reproduce** Make the `dump.sql` file on the server mode 0640 and...