|
|
|
@@ -216,7 +216,7 @@ matrix_static_files_file_matrix_client_property_org_matrix_msc4143_rtc_foci_cust |
|
|
|
# |
|
|
|
# For a more advanced customization, you can extend the default (see `matrix_static_files_file_matrix_client_configuration_extension_json`) |
|
|
|
# or completely replace this variable with your own template. |
|
|
|
matrix_static_files_file_matrix_client_configuration_json: "{{ lookup('template', 'templates/public/.well-known/matrix/client.j2', convert_data=False) | from_json }}" |
|
|
|
matrix_static_files_file_matrix_client_configuration_json: "{{ lookup('template', 'templates/public/.well-known/matrix/client.j2') | from_json }}" |
|
|
|
|
|
|
|
# Your custom JSON configuration for /.well-known/matrix/client should go to `matrix_static_files_file_matrix_client_configuration_extension_json`. |
|
|
|
# This configuration extends the default starting configuration (`matrix_static_files_file_matrix_client_configuration_extension_json`). |
|
|
|
@@ -270,7 +270,7 @@ matrix_static_files_file_matrix_server_property_m_server: '' |
|
|
|
# |
|
|
|
# For a more advanced customization, you can extend the default (see `matrix_static_files_file_matrix_server_configuration_extension_json`) |
|
|
|
# or completely replace this variable with your own template. |
|
|
|
matrix_static_files_file_matrix_server_configuration_json: "{{ lookup('template', 'templates/public/.well-known/matrix/server.j2', convert_data=False) | from_json }}" |
|
|
|
matrix_static_files_file_matrix_server_configuration_json: "{{ lookup('template', 'templates/public/.well-known/matrix/server.j2') | from_json }}" |
|
|
|
|
|
|
|
# Your custom JSON configuration for /.well-known/matrix/server should go to `matrix_static_files_file_matrix_server_configuration_extension_json`. |
|
|
|
# This configuration extends the default starting configuration (`matrix_static_files_file_matrix_server_configuration_extension_json`). |
|
|
|
@@ -326,7 +326,7 @@ matrix_static_files_file_matrix_support_property_m_support_page: "" |
|
|
|
# |
|
|
|
# For a more advanced customization, you can extend the default (see `matrix_static_files_file_matrix_support_configuration_extension_json`) |
|
|
|
# or completely replace this variable with your own template. |
|
|
|
matrix_static_files_file_matrix_support_configuration_json: "{{ lookup('template', 'templates/public/.well-known/matrix/support.j2', convert_data=False) | from_json }}" |
|
|
|
matrix_static_files_file_matrix_support_configuration_json: "{{ lookup('template', 'templates/public/.well-known/matrix/support.j2') | from_json }}" |
|
|
|
|
|
|
|
# Your custom JSON configuration for /.well-known/matrix/support should go to `matrix_static_files_file_matrix_support_configuration_extension_json`. |
|
|
|
# This configuration extends the default starting configuration (`matrix_static_files_file_matrix_support_configuration_extension_json`). |
|
|
|
|