Do not generate /.well-known/matrix/support unless explicitly asked to

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1931
This commit is contained in:
Slavi Pantaleev
2022-07-18 12:54:45 +03:00
parent 3f7498da5a
commit 78b5be4a26
2 changed files with 7 additions and 1 deletions

View File

@ -271,8 +271,10 @@ matrix_well_known_matrix_server_enabled: true
# Controls whether a `/.well-known/matrix/support` file is generated and used at all.
#
# This is not enabled by default, until the MSC gets accepted: https://github.com/matrix-org/matrix-spec-proposals/pull/1929
#
# See `matrix_homeserver_admin_contacts`, `matrix_homeserver_support_url`, etc.
matrix_well_known_matrix_support_enabled: true
matrix_well_known_matrix_support_enabled: false
# Controls whether Docker is automatically installed.
# If you change this to false you must install and update Docker manually. You also need to install the docker (https://pypi.org/project/docker/) Python package.