| @@ -4049,7 +4049,7 @@ matrix_client_element_self_check_validate_certificates: "{{ matrix_playbook_ssl_ | |||||
| matrix_client_element_registration_enabled: "{{ matrix_synapse_enable_registration }}" | matrix_client_element_registration_enabled: "{{ matrix_synapse_enable_registration }}" | ||||
| matrix_client_element_enable_presence_by_hs_url: | | |||||
| matrix_client_element_enable_presence_by_hs_url: |- | |||||
| {{ | {{ | ||||
| none | none | ||||
| if matrix_synapse_presence_enabled | if matrix_synapse_presence_enabled | ||||
| @@ -4166,7 +4166,7 @@ matrix_client_schildichat_self_check_validate_certificates: "{{ matrix_playbook_ | |||||
| matrix_client_schildichat_registration_enabled: "{{ matrix_synapse_enable_registration }}" | matrix_client_schildichat_registration_enabled: "{{ matrix_synapse_enable_registration }}" | ||||
| matrix_client_schildichat_enable_presence_by_hs_url: | | |||||
| matrix_client_schildichat_enable_presence_by_hs_url: |- | |||||
| {{ | {{ | ||||
| none | none | ||||
| if matrix_synapse_presence_enabled | if matrix_synapse_presence_enabled | ||||
| @@ -13,7 +13,7 @@ matrix_sygnal_hostname: '' | |||||
| matrix_sygnal_path_prefix: / | matrix_sygnal_path_prefix: / | ||||
| # renovate: datasource=docker depName=matrixdotorg/sygnal | # renovate: datasource=docker depName=matrixdotorg/sygnal | ||||
| matrix_sygnal_version: v0.14.2 | |||||
| matrix_sygnal_version: v0.14.3 | |||||
| matrix_sygnal_base_path: "{{ matrix_base_data_path }}/sygnal" | matrix_sygnal_base_path: "{{ matrix_base_data_path }}/sygnal" | ||||
| matrix_sygnal_config_path: "{{ matrix_sygnal_base_path }}/config" | matrix_sygnal_config_path: "{{ matrix_sygnal_base_path }}/config" | ||||
| @@ -13,7 +13,7 @@ | |||||
| matrix_synapse_reverse_proxy_companion_enabled: true | matrix_synapse_reverse_proxy_companion_enabled: true | ||||
| # renovate: datasource=docker depName=nginx | # renovate: datasource=docker depName=nginx | ||||
| matrix_synapse_reverse_proxy_companion_version: 1.25.5-alpine | |||||
| matrix_synapse_reverse_proxy_companion_version: 1.27.0-alpine | |||||
| matrix_synapse_reverse_proxy_companion_base_path: "{{ matrix_synapse_base_path }}/reverse-proxy-companion" | matrix_synapse_reverse_proxy_companion_base_path: "{{ matrix_synapse_base_path }}/reverse-proxy-companion" | ||||
| matrix_synapse_reverse_proxy_companion_confd_path: "{{ matrix_synapse_reverse_proxy_companion_base_path }}/conf.d" | matrix_synapse_reverse_proxy_companion_confd_path: "{{ matrix_synapse_reverse_proxy_companion_base_path }}/conf.d" | ||||