Do not enable SchildiChat by default

Related to #2851 

Fixes #2861
This commit is contained in:
Slavi Pantaleev 2023-09-01 12:02:57 +03:00 committed by GitHub
parent 4541ba1b4c
commit 35294046b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'] }}"