diff --git a/group_vars/all/matrix.yml b/group_vars/all/matrix.yml index a6bf886..3b834a0 100644 --- a/group_vars/all/matrix.yml +++ b/group_vars/all/matrix.yml @@ -1,7 +1,7 @@ --- matrix_server_name: deso-palaiseau.fr matrix_local_server_name: synapse.pp.intra -matrix_enable_registration: true +matrix_enable_registration: False synapse_postgre_user_pwd: "{{ vault_synapse_postgre_user_pwd }}" matrix_max_upload_size: 50M matrix_registration_shared_secret: "{{ vault_matrix_registration_shared_secret }}" diff --git a/roles/synapse/templates/homeserver.yaml b/roles/synapse/templates/homeserver.yaml index 333935f..4817023 100644 --- a/roles/synapse/templates/homeserver.yaml +++ b/roles/synapse/templates/homeserver.yaml @@ -2208,7 +2208,7 @@ push: # Note that this option will only affect rooms created after it is set. It # will also not affect rooms created by other servers. # -encryption_enabled_by_default_for_room_type: all +encryption_enabled_by_default_for_room_type: off # Because the discord bridge is stupid # Uncomment to allow non-server-admin users to create groups on this server