|
|
|
@@ -3202,8 +3202,6 @@ matrix_ma1sd_synapsesql_connection: //{{ matrix_synapse_database_host }}/{{ matr |
|
|
|
|
|
|
|
matrix_ma1sd_dns_overwrite_enabled: true |
|
|
|
matrix_ma1sd_dns_overwrite_homeserver_client_name: "{{ matrix_server_fqn_matrix }}" |
|
|
|
# The `matrix_ma1sd_dns_overwrite_homeserver_client_value` value when matrix_nginx_proxy_enabled is false covers the general case, |
|
|
|
# but may be inaccurate if matrix-corporal is enabled. |
|
|
|
matrix_ma1sd_dns_overwrite_homeserver_client_value: "{{ matrix_addons_homeserver_client_api_url }}" |
|
|
|
|
|
|
|
# By default, we send mail through the exim relay service. |
|
|
|
@@ -4354,8 +4352,6 @@ matrix_synapse_reverse_proxy_companion_access_log_syslog_integration_server_port |
|
|
|
|
|
|
|
matrix_synapse_admin_enabled: false |
|
|
|
|
|
|
|
matrix_synapse_admin_nginx_proxy_integration_enabled: "{{ matrix_playbook_reverse_proxy_type in ['playbook-managed-nginx', 'other-nginx-non-container'] }}" |
|
|
|
|
|
|
|
matrix_synapse_admin_container_http_host_bind_port: "{{ (matrix_playbook_service_host_bind_interface_prefix ~ '8766') if matrix_playbook_service_host_bind_interface_prefix else '' }}" |
|
|
|
|
|
|
|
matrix_synapse_admin_container_image_self_build: "{{ matrix_architecture not in ['arm64', 'amd64'] }}" |
|
|
|
|