matrix-docker-ansible-deploy/roles
Chris van Dijk 741064a178 Fix group ownership of Dimension base path and config
Ansible will migrate the ownership of the base path and config path, but
manual intervention will be required in order to migrate the ownership
of files in those directories (i.e. dimension.db).

Stop the services:

  (local)$ ansible-playbook -i inventory/hosts setup.yml --tags=stop

Fix the permissions on the server:

  (server)# chown -Rv "{{ matrix_user_username }}:{{ matrix_user_username }}" "{{ matrix_dimension_base_path }}"

which would typically look like:

  (server)# chown -Rv matrix:matrix /matrix/dimension/

Reconfigure Dimension and start the services:

  (local)$ ansible-playbook -i inventory/hosts setup.yml --tags=setup-dimension,start
2020-05-01 19:28:30 +02:00
..
matrix-base Only install docker-python if matrix_docker_installation_enabled 2020-04-17 09:45:35 +03:00
matrix-bridge-appservice-discord
matrix-bridge-appservice-irc Update mappings configuration example 2020-04-29 09:29:03 +03:00
matrix-bridge-appservice-slack Switch Slack image to a working tag 2020-04-27 10:49:06 +03:00
matrix-bridge-appservice-webhooks
matrix-bridge-mautrix-facebook Add encryption configuration defaults to Mautrix bridges 2020-04-17 09:44:48 +03:00
matrix-bridge-mautrix-hangouts Add encryption configuration defaults to Mautrix bridges 2020-04-17 09:44:48 +03:00
matrix-bridge-mautrix-telegram Add encryption configuration defaults to Mautrix bridges 2020-04-17 09:44:48 +03:00
matrix-bridge-mautrix-whatsapp
matrix-bridge-mx-puppet-skype Remove duplicated whitelist entry in skype main.yml 2020-04-23 09:06:08 -04:00
matrix-bridge-mx-puppet-slack Initial mx-puppet-slack bridge role 2020-04-23 09:06:08 -04:00
matrix-common-after/tasks Fix --tags=start regression 2020-03-29 15:48:46 +03:00
matrix-corporal Upgrade matrix-corporal (1.8.0 -> 1.9.0) 2020-04-17 22:26:55 +03:00
matrix-coturn
matrix-dimension Fix group ownership of Dimension base path and config 2020-05-01 19:28:30 +02:00
matrix-email2matrix
matrix-jitsi Add support for Jitsi LDAP authentication 2020-04-29 17:57:38 +02:00
matrix-ma1sd Fix matrix_ma1sd_service_stat.stat.exists sometimes being undefined 2020-04-03 13:55:23 +03:00
matrix-mailer
matrix-nginx-proxy Merge pull request #463 from hooger/architecture 2020-04-20 16:45:59 +03:00
matrix-postgres Add note about synapse-janitor and require explicit confirmation for usage 2020-04-21 21:48:06 +03:00
matrix-riot-web Add 'permalinkPrefix' and 'default_theme' for configuring riot web (#472) 2020-04-28 13:10:33 +03:00
matrix-synapse Use |quote in some command calls 2020-04-24 09:59:30 +03:00