Remove synapse helper scripts

They're not maintained, and actually highly advised against
This commit is contained in:
Jake Howard 2020-08-18 20:39:23 +01:00
parent efc7a5d7fb
commit 2ef836b2e9
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 0 additions and 7 deletions

View file

@ -31,4 +31,3 @@ services:
- POSTGRES_PASSWORD=synapse
volumes:
- ./postgresql:/var/lib/postgresql/data
- ./synapse_scripts:/opt/synapse_scripts:ro

View file

@ -33,9 +33,3 @@
chdir: /opt/synapse
cmd: "{{ docker_update_command }}"
when: compose_file.changed or homeserver_config.changed
- name: Install helper scripts
git:
repo: https://github.com/xwiki-labs/synapse_scripts
dest: /opt/synapse/synapse_scripts
force: true