From 35294046b49a290c6cf83c77fa96b18c88b51c0c Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 1 Sep 2023 12:02:57 +0300 Subject: [PATCH] Do not enable SchildiChat by default Related to #2851 Fixes #2861 --- group_vars/matrix_servers | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/group_vars/matrix_servers b/group_vars/matrix_servers index 1e30a8f83..af4051156 100755 --- a/group_vars/matrix_servers +++ b/group_vars/matrix_servers @@ -3498,9 +3498,7 @@ matrix_client_cinny_self_check_validate_certificates: "{{ false if matrix_playbo # ###################################################################### -# By default, this playbook installs the schildichat web UI on the `matrix_server_fqn_schildichat` domain. -# If you wish to connect to your Matrix server by other means, you may wish to disable this. -matrix_client_schildichat_enabled: true +matrix_client_schildichat_enabled: false matrix_client_schildichat_container_image_self_build: "{{ matrix_architecture not in ['arm64', 'amd64'] }}"