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
This project is pretty big and I think it would benefit from having its issues/PRs organized better using templates maybe? https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository
Title mostly tells the problem: When I set the variable in my vars.yml file and re-run the playbook, the corresponding config is not written to the server. The relevant part...
Given the following configuration: External nginx with disabled docker nginx. Domain and matrix.xy subdomain run on the same server with the same nginx. Certificates are managed by certbot. The [documentation...
I'm very new to this project and ansible in general. I just fired up the default configuration for the first time. I do run my own name server, so I...
Selfsigned certificates works but not "public" Lets encrypt certificates. My guess is that my DNS/Domainprovider(Loopia) requires authentication via API to allow for generation of certificates. Is it possible to add...
Now use matrix_homeserver_enable_registration instead of matrix_dendrite_registration_disabled and matrix_synapse_enable_registration #1615
Should be use something like matrix_homeserver_registration_disabled (or something like that) instead of having two different vars for the same feature #1620
Like in [Issue 1349](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1349) its not possible to setup BOT-GO-NEB on ARM64. ``` failed: [matrix.mydomain] (item=matrix-bot-go-neb.service) => changed=false ansible_loop_var: item item: matrix-bot-go-neb.service msg: matrix-bot-go-neb.service was not detected to be running....