|
|
|
@@ -84,6 +84,12 @@ matrix_synapse_ext_password_provider_rest_auth_registration_enforce_lowercase: f |
|
|
|
matrix_synapse_ext_password_provider_rest_auth_registration_profile_name_autofill: true |
|
|
|
matrix_synapse_ext_password_provider_rest_auth_login_profile_name_autofill: false |
|
|
|
|
|
|
|
# Enable this to activate the Shared Secret Auth password provider module. |
|
|
|
# See: https://github.com/devture/matrix-synapse-shared-secret-auth |
|
|
|
matrix_synapse_ext_password_provider_shared_secret_auth_enabled: false |
|
|
|
matrix_synapse_ext_password_provider_shared_secret_auth_download_url: "https://raw.githubusercontent.com/devture/matrix-synapse-shared-secret-auth/1.0/shared_secret_authenticator.py" |
|
|
|
matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret: "" |
|
|
|
|
|
|
|
matrix_postgres_data_path: "{{ matrix_base_data_path }}/postgres" |
|
|
|
matrix_nginx_proxy_data_path: "{{ matrix_base_data_path }}/nginx-proxy" |
|
|
|
matrix_nginx_proxy_confd_path: "{{ matrix_nginx_proxy_data_path }}/conf.d" |
|
|
|
|