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
I'm wondering if it possible to get live streaming added to the Matrix-jitsi the original jitsi/docker-jitsi-meet has the jibri but seems when matrix-jitsi was made only jicofo, jvb, prosody, web...
I'm trying to setup a matrix server that will run locally on a private network. My inventory/hosts file looks like this ``` [matrix_servers] matrix.reggie.com ansible_host=192.182.138.209 ansible_ssh_user=rmarr ansible_python_interpreter=/usr/bin/python3.8 ansible_connection=local become=true become_user=rmarr...
I enable workers in vars.yml like this: matrix_synapse_workers_enabled: true matrix_synapse_workers_generic_workers_count: 3 I use 3 generic workers. I used this configuration for months without problems but I noticed today that I...
Adds support for [SSE-C](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html) **Blocked by:** - ~~Upstream: Changes in `roles/matrix-synapse/templates/synapse/customizations/Dockerfile.j2` can be reverted after https://github.com/matrix-org/synapse-s3-storage-provider/pull/84~~ - Docs: especially with regards to in-place encryption for migrating from S3 without SSE-C...
**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...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I'd like to be...
Otherwise roles/custom/matrix-synapse/tasks/import_media_store.yml won't run, taking the entire playbook with it.
Rationale: the /.well-known/matrix/server should return only 200 as well, but it has hardcoded "safe" value, regardless the spec: https://spec.matrix.org/v1.4/client-server-api/#well-known-uri So, why not do the same for the /.well-known/matrix/client?
Would it be possible to add support for matrix iMessage and wsproxy, there is a docker image provided I believe but I'm not sure how to add it to the...
Borg-Backup is not working, I see the following in the journal: ``` Oct 28 04:59:22 systemd[1]: Starting Matrix Borg Backup... Oct 28 04:59:29 matrix-backup-borg[1521384]: Remote: Warning: Permanently added '[my.server.name]:23' (ED25519)...