matrix-docker-ansible-deploy/roles/matrix-server/tasks
Slavi Pantaleev ea91ef7fb2 Move media_store & logs out of /data. Allow logging to be configured
The goal is to allow these to be on separate partitions
(including remote ones in the future).

Because the `silviof/docker-matrix` image chowns
everything to MATRIX_UID:MATRIX_GID on startup,
we definitely don't want to include `media_store` in it.
If it's on a remote FS, it would cause a slow startup.

Also, adding some safety checks to the "import media store"
task, after passing a wrong path to it on multiple occassions and
wondering what's wrong.

Also, making logging configurable. The default of keeping 10x100MB
log files is likely excessive and people may want to change that.
2017-09-07 12:12:31 +03:00
..
import_media_store.yml Move media_store & logs out of /data. Allow logging to be configured 2017-09-07 12:12:31 +03:00
import_sqlite_db.yml Move media_store & logs out of /data. Allow logging to be configured 2017-09-07 12:12:31 +03:00
main.yml Add http->http redirection for Matrix/Riot 2017-08-06 19:10:50 +03:00
register_user.yml Allow regular users to be created as well (not only admins) 2017-08-01 11:11:29 +03:00
setup_base.yml Ensure firewalld is installed and Docker launcher after firewalld 2017-08-08 14:29:14 +03:00
setup_main.yml Initial commit 2017-07-31 23:08:20 +03:00
setup_nginx_proxy.yml Initial commit 2017-07-31 23:08:20 +03:00
setup_postgres.yml Initial commit 2017-07-31 23:08:20 +03:00
setup_riot_web.yml Initial commit 2017-07-31 23:08:20 +03:00
setup_ssl.yml Fix problem detecting matrix-nginx-proxy state when it is not installed 2017-08-08 14:31:01 +03:00
setup_synapse.yml Move media_store & logs out of /data. Allow logging to be configured 2017-09-07 12:12:31 +03:00
start.yml Initial commit 2017-07-31 23:08:20 +03:00