|
|
|
@ -28,7 +28,7 @@ matrix_identity_server_url: "https://{{ matrix_synapse_trusted_third_party_id_se
|
|
|
|
|
matrix_docker_network: "matrix"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
matrix_synapse_docker_image: "matrixdotorg/synapse:v0.33.9"
|
|
|
|
|
matrix_synapse_docker_image: "matrixdotorg/synapse:v0.34.0-py3"
|
|
|
|
|
|
|
|
|
|
matrix_synapse_base_path: "{{ matrix_base_data_path }}/synapse"
|
|
|
|
|
matrix_synapse_config_dir_path: "{{ matrix_synapse_base_path }}/config"
|
|
|
|
@ -37,6 +37,8 @@ matrix_synapse_storage_path: "{{ matrix_synapse_base_path }}/storage"
|
|
|
|
|
matrix_synapse_media_store_path: "{{ matrix_synapse_storage_path }}/media-store"
|
|
|
|
|
matrix_synapse_ext_path: "{{ matrix_synapse_base_path }}/ext"
|
|
|
|
|
|
|
|
|
|
matrix_synapse_in_container_python_packages_path: "/usr/local/lib/python3.6/site-packages"
|
|
|
|
|
|
|
|
|
|
# Specifies which template files to use when configuring Synapse.
|
|
|
|
|
# If you'd like to have your own different configuration, feel free to copy and paste
|
|
|
|
|
# the original files into your inventory (e.g. in `inventory/host_vars/<host>/`)
|
|
|
|
@ -149,7 +151,7 @@ matrix_synapse_ext_password_provider_rest_auth_login_profile_name_autofill: fals
|
|
|
|
|
# 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_download_url: "https://raw.githubusercontent.com/devture/matrix-synapse-shared-secret-auth/1.0.1/shared_secret_authenticator.py"
|
|
|
|
|
matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret: ""
|
|
|
|
|
|
|
|
|
|
# Enable this to activate LDAP password provider
|
|
|
|
|