matrix-docker-ansible-deploy/roles/matrix-server/tasks
Slavi Pantaleev bfcceb1e82 Make it safer to override matrix_synapse_media_store_path
This is described in Github issue #58.

Until now, we had the variable, but if you redefined it, you'd run
into multiple problems:

- we actually always mounted some "storage" directory to the Synapse
container. So if your media store is not there, you're out of luck

- homeserver.yaml always hardcoded the path to the media store,
as a directory called "media-store" inside the storage directory.

Relocating to outside the storage directory was out of the question.

Moreover, even if you had simply renamed the media store directory
(e.g. "media-store" -> "media_store"), it would have also caused trouble.

With this patch, we mount the media store's parent to the Synapse container.
This way, we don't care where the media store is (inside storage or
not). We also don't assume (anymore) that the final part of the path
is called "media-store" -- anything can be used.

The "storage" directory and variable (`matrix_synapse_storage_path`)
still remain for compatibility purposes. People who were previously
overriding `matrix_synapse_storage_path` can continue doing so
and their media store will be at the same place.

The playbook no longer explicitly creates the `matrix_synapse_storage_path` directory
though. It's not necessary. If the media store is specified to be within it, it will
get created when the media store directory is created by the playbook.
2018-12-20 13:39:01 +02:00
..
self_check Fix /.well-known/matrix/client for CORS 2018-11-29 09:13:25 +02:00
setup Make it safer to override matrix_synapse_media_store_path 2018-12-20 13:39:01 +02:00
import_media_store.yml Do not restart matrix-nginx-proxy during media store import 2018-12-14 16:34:23 +09:00
import_sqlite_db.yml Add unintentionally removed quote 2018-12-13 14:44:27 +09:00
main.yml A simple idea to allow playbooks to control which bit of the role to run 2018-10-30 20:49:39 +00:00
register_user.yml Do not assume /usr/local/bin is always on the PATH 2017-09-08 10:47:12 +03:00
start.yml Add mautrix-whatsapp 2018-10-24 17:09:23 +02:00
upgrade_postgres.yml Make postgres_start_wait_time (affecting upgrades) configurable 2018-11-01 10:11:08 +02:00