matrix-docker-ansible-deploy/roles
Slavi Pantaleev 12867e9f18 Do not try to mount /matrix/ssl when matrix_ssl_retrieval_method is 'none'
Since the switch from `-v` to `--mount` (in 1fca917ad1),
we've regressed when `matrix_ssl_retrieval_method == 'none'`.

In such a case, we don't create `/matrix/ssl` directories at all
and shouldn't be trying to mount them into the `matrix-nginx-proxy`
container.

Previously, with `-v`, Docker would auto-create them, effectively hiding
our mistake. Now that `--mount` doesn't do such auto-creation magic,
the `matrix-nginx-proxy` container was failing to start.

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/734
2020-11-26 09:55:26 +02:00
..
matrix-base Improve uninstallation instructions 2020-11-24 09:38:17 +02:00
matrix-bot-matrix-reminder-bot Remove some more -v usage 2020-11-25 10:49:59 +02:00
matrix-bridge-appservice-discord Remove some more -v usage 2020-11-25 10:49:59 +02:00
matrix-bridge-appservice-irc Use more fully-qualified container images 2020-11-14 23:01:11 +02:00
matrix-bridge-appservice-slack Use more fully-qualified container images 2020-11-14 23:01:11 +02:00
matrix-bridge-appservice-webhooks Use more fully-qualified container images 2020-11-14 23:01:11 +02:00
matrix-bridge-mautrix-facebook Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-mautrix-hangouts Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-mautrix-telegram update mautrix-telegram to 0.9.0 2020-11-17 21:20:12 +01:00
matrix-bridge-mautrix-whatsapp Renamed systemd descriptions for all bridges 2020-10-13 16:40:30 -07:00
matrix-bridge-mx-puppet-discord Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-mx-puppet-instagram Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-mx-puppet-skype Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-mx-puppet-slack Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-mx-puppet-steam Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-mx-puppet-twitter Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-bridge-sms updated matrix-sms-bridge 2020-11-23 13:43:04 +01:00
matrix-client-element Replace some -v instances with --mount 2020-11-24 10:26:05 +02:00
matrix-common-after/tasks add run-docker-prune command 2020-10-10 04:11:26 +02:00
matrix-corporal Remove some more -v usage 2020-11-25 10:49:59 +02:00
matrix-coturn Remove some more -v usage 2020-11-25 10:49:59 +02:00
matrix-dimension Replace some -v instances with --mount 2020-11-24 10:26:05 +02:00
matrix-dynamic-dns Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-email2matrix Use more fully-qualified container images 2020-11-14 23:01:11 +02:00
matrix-jitsi Replace some -v instances with --mount 2020-11-24 10:26:05 +02:00
matrix-ma1sd Replace some -v instances with --mount 2020-11-24 10:26:05 +02:00
matrix-mailer Improve self-building experience (avoid conflict with pullable images) 2020-11-14 23:00:49 +02:00
matrix-nginx-proxy Do not try to mount /matrix/ssl when matrix_ssl_retrieval_method is 'none' 2020-11-26 09:55:26 +02:00
matrix-postgres Ensure Postgres passwords are not longer than 99 characters 2020-11-26 09:51:48 +02:00
matrix-registration Replace some -v instances with --mount 2020-11-24 10:26:05 +02:00
matrix-synapse Remove some more -v usage 2020-11-25 10:49:59 +02:00
matrix-synapse-admin Fix self-building for synapse-admin 2020-11-18 18:36:03 +02:00