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

#### /etc/fail2ban/filter.d/matrix-synapse.conf ``` [Definition] failregex = .*synapse.access.http.8008 - .* INFO - POST-[0-9]{1,10} - - 8008 - {None} Processed request:.* 52B 403 "POST \/_matrix\/client\/r0\/login.*$ ignoreregex = ``` #### /etc/fail2ban/jail.d/matrix-synapse.conf ``` [matrix-synapse]...

# What does not work? Hey everybody! I have some trouble to get Jitsi running. I set Jitsi up successfully with username and password protection. But I can’t start a...

Hello, This project looks very good. I don’t know Ansible, we use docker-compose on ours infrastructures. We would like to try Matrix & Jitsi, to begin with, but from a...

would it be possible to adjust the configuration so that the services are still up (or properly restarted) when docker is restarted? i use this playbook on a server that...

I need openssl for #1505 and searched the repo for it and found these: 1. [matrix-nginx-proxy](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/b1b4ba501fdfaa434dac8a981cec9ac0311ca4ef/roles/matrix-nginx-proxy/tasks/ssl/setup_ssl_self_signed.yml) has a task to install it if using self-signed certs 2. some jitsi script...

suggestion

Hello, matrix-registration version in playbook is 0.7.2 and latest available version is 0.9.1. Could you update it in playbook, please? Note "why not send PR instead": matrix-registration api has been...

I followed the directions to set up matrix-appservice-irc and got no errors when running setup-all and start. The `matrix-appservice-irc` docker container is up and running. I then began a chat...

enableing stickers doesnt add them on the widget of element, other widgets work

Please add https://github.com/matrix-hacks/matrix-puppet-slack Thank you!

With matrix-aux, custom files and directories can be created on the server. This is sufficient to facilitate customized web and mail templates for synapse (e.g. password reset email body). It...