matrix-docker-ansible-deploy/roles
Slavi Pantaleev 96afbbb5af Allow additional volumes to be mounted into matrix-nginx-proxy
Certain use-cases may require that people mount additional files
into the matrix-nginx-proxy container. Similarly to how we do it
for Synapse, we are introducing a new variable that makes this
possible (`matrix_nginx_proxy_container_additional_volumes`).

This makes the htpasswd file for Synapse Metrics (introduced in #86,
Github Pull Request) to also perform mounting using this new mechanism.
Hopefully, for such an "extension", keeping htpasswd file-creation and
volume definition in the same place (the tasks file) is better.

All other major volumes' mounting mechanism remains the same (explicit
mounting).
2019-02-05 11:46:16 +02:00
..
matrix-base Fix /.well-known/matrix/client installation 2019-02-01 17:06:49 +02:00
matrix-common-after/tasks Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
matrix-corporal Make (most) containers run with a read-only filesystem 2019-01-29 18:52:02 +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 additional volumes to be mounted into matrix-nginx-proxy 2019-02-05 11:46:16 +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 Use IPv4 localhost everywhere (or almost everywhere) 2019-02-04 09:49:45 -06:00