Only trust own identity server in Dendrite config, if ma1sd enabled

This commit is contained in:
Slavi Pantaleev 2021-12-23 14:48:59 +02:00
parent 2bd33e5cf2
commit 38ec546b8b
1 changed files with 2 additions and 0 deletions

View File

@ -2239,6 +2239,8 @@ matrix_dendrite_disable_tls_validation: "{{ true if matrix_ssl_retrieval_method
matrix_dendrite_self_check_validate_certificates: "{{ false if matrix_ssl_retrieval_method == 'self-signed' else true }}"
matrix_dendrite_trusted_id_servers: "{{ [matrix_server_fqn_matrix] if matrix_ma1sd_enabled else ['matrix.org', 'vector.im'] }}"
matrix_dendrite_systemd_required_services_list: |
{{
(['docker.service'])