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
running etherpad in dimension mode I can easily connect with admin gui. When trying to install a plug, "installing" runs forever. 
As the title says, everything else seems to be working fine. Is there a way to force it to renew all certificates? Couldn't find anything in the documentation. The certificates...
Hello all, I would like to know if you have experience with setting up multi-master nodes for Matrix Synapse? Actually I have not found a proper document about it. I...
https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/0c6959de8b0e3a3013a3ea7c376ca969ee4a1165/roles/custom/matrix-bridge-hookshot/templates/config.yml.j2#L104 Setting an emoji such as `matrix_hookshot_bot_displayname: 🌉 Hookshot` becomes `displayname: "\ud83c\udf09 Hookshot"` in the config.yml which then fails ``` fatal: [matrix.example.org]: FAILED! => msg: |- An unhandled exception occurred...
**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...
Matrix/Synapse/Element is great, the ansible playbook is great but I need to be able to integrate with this system with an existing LDAP (Active Directory) so that users can login,...
Hello, Since I've uploaded the web client to element, I cannot login: `Incorrect username and/or password. Please note you are logging into the myserver.org server, not matrix.org.` Matrix auth is...
**Describe the bug** content: '' elapsed: 0 msg: 'Status code was -1 and not [200]: Request failed: ' redirected: false status: -1 Ansible version: 2.9.27 CentOS: 7 Just wonder why?
This PR is pending vector-im/hydrogen-web#948, but assuming that gets merged, this one will be good to go; I've already tested that the resulting arm64 image works on my arm64 system.
Running `ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start` on the latest playbook (`master`), I got the error ``` ERROR! the role 'galaxy/com.devture.ansible.role.playbook_help' was not found in /home/ubuntu/repos/matrix-docker-ansible-deploy/roles:/home/ubuntu/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/ubuntu/repos/matrix-docker-ansible-deploy The error appears to be...