matrix-docker-ansible-deploy/roles
Slavi Pantaleev 74710427e5 Allow for the federation port (tcp/8448)'s certificate to be changed
If someone decides to not use `/.well-known/matrix/server` and only
relies on SRV records, then they would need to serve tcp/8448 using
a certificate for the base domain (not for the matrix) domain.

Until now, they could do that by giving the certificate to Synapse
and setting it terminate TLS. That makes swapping certificates
more annoying (Synapse requires a restart to re-read certificates),
so it's better if we can support it via matrix-nginx-proxy.

Mounting certificates (or any other file) into the matrix-nginx-proxy container
can be done with `matrix_nginx_proxy_container_additional_volumes`,
introduced in 96afbbb5a.
2019-02-05 12:09:46 +02:00
..
matrix-base Initial work on Synapse 0.99/1.0 preparation 2019-02-05 12:09:46 +02:00
matrix-common-after/tasks Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
matrix-corporal Initial work on Synapse 0.99/1.0 preparation 2019-02-05 12:09:46 +02:00
matrix-coturn Make (most) containers run with a read-only filesystem 2019-01-29 18:52:02 +02:00
matrix-mailer Make (most) containers run with a read-only filesystem 2019-01-29 18:52:02 +02:00
matrix-mxisd Make (most) containers run with a read-only filesystem 2019-01-29 18:52:02 +02:00
matrix-nginx-proxy Allow for the federation port (tcp/8448)'s certificate to be changed 2019-02-05 12:09:46 +02:00
matrix-postgres Make (most) containers run with a read-only filesystem 2019-01-29 18:52:02 +02:00
matrix-riot-web Make (most) containers run with a read-only filesystem 2019-01-29 18:52:02 +02:00
matrix-synapse Initial work on Synapse 0.99/1.0 preparation 2019-02-05 12:09:46 +02:00