mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-18 22:23:23 +00:00
Compare commits
3 Commits
d755b959d6
...
d908d003c8
Author | SHA1 | Date | |
---|---|---|---|
|
d908d003c8 | ||
|
31f222823b | ||
|
6a3c0423e0 |
@@ -10,7 +10,7 @@
|
|||||||
version: v0.4.1-1
|
version: v0.4.1-1
|
||||||
name: container_socket_proxy
|
name: container_socket_proxy
|
||||||
- src: git+https://github.com/geerlingguy/ansible-role-docker
|
- src: git+https://github.com/geerlingguy/ansible-role-docker
|
||||||
version: 7.6.0
|
version: 7.7.0
|
||||||
name: docker
|
name: docker
|
||||||
- src: git+https://github.com/devture/com.devture.ansible.role.docker_sdk_for_python.git
|
- src: git+https://github.com/devture/com.devture.ansible.role.docker_sdk_for_python.git
|
||||||
version: 129c8590e106b83e6f4c259649a613c6279e937a
|
version: 129c8590e106b83e6f4c259649a613c6279e937a
|
||||||
|
@@ -22,7 +22,7 @@ matrix_authentication_service_container_repo_version: "{{ 'main' if matrix_authe
|
|||||||
matrix_authentication_service_container_src_files_path: "{{ matrix_base_data_path }}/matrix-authentication-service/container-src"
|
matrix_authentication_service_container_src_files_path: "{{ matrix_base_data_path }}/matrix-authentication-service/container-src"
|
||||||
|
|
||||||
# renovate: datasource=docker depName=ghcr.io/element-hq/matrix-authentication-service
|
# renovate: datasource=docker depName=ghcr.io/element-hq/matrix-authentication-service
|
||||||
matrix_authentication_service_version: 1.3.0
|
matrix_authentication_service_version: 1.4.0
|
||||||
matrix_authentication_service_container_image_registry_prefix: "{{ 'localhost/' if matrix_authentication_service_container_image_self_build else matrix_authentication_service_container_image_registry_prefix_upstream }}"
|
matrix_authentication_service_container_image_registry_prefix: "{{ 'localhost/' if matrix_authentication_service_container_image_self_build else matrix_authentication_service_container_image_registry_prefix_upstream }}"
|
||||||
matrix_authentication_service_container_image_registry_prefix_upstream: "{{ matrix_authentication_service_container_image_registry_prefix_upstream_default }}"
|
matrix_authentication_service_container_image_registry_prefix_upstream: "{{ matrix_authentication_service_container_image_registry_prefix_upstream_default }}"
|
||||||
matrix_authentication_service_container_image_registry_prefix_upstream_default: "ghcr.io/"
|
matrix_authentication_service_container_image_registry_prefix_upstream_default: "ghcr.io/"
|
||||||
@@ -219,6 +219,11 @@ matrix_authentication_service_config_account_displayname_change_allowed: true
|
|||||||
# This has no effect if password login is disabled.
|
# This has no effect if password login is disabled.
|
||||||
matrix_authentication_service_config_account_password_registration_enabled: false
|
matrix_authentication_service_config_account_password_registration_enabled: false
|
||||||
|
|
||||||
|
# Controls the `account.password_registration_email_required` configuration setting.
|
||||||
|
#
|
||||||
|
# Whether self-service password registrations require a valid email.
|
||||||
|
matrix_authentication_service_config_account_password_registration_email_required: true
|
||||||
|
|
||||||
# Controls the `account.password_change_allowed` configuration setting.
|
# Controls the `account.password_change_allowed` configuration setting.
|
||||||
#
|
#
|
||||||
# Whether users are allowed to change their passwords.
|
# Whether users are allowed to change their passwords.
|
||||||
|
@@ -65,6 +65,7 @@ account:
|
|||||||
email_change_allowed: {{ matrix_authentication_service_config_account_email_change_allowed | to_json }}
|
email_change_allowed: {{ matrix_authentication_service_config_account_email_change_allowed | to_json }}
|
||||||
displayname_change_allowed: {{ matrix_authentication_service_config_account_displayname_change_allowed | to_json }}
|
displayname_change_allowed: {{ matrix_authentication_service_config_account_displayname_change_allowed | to_json }}
|
||||||
password_registration_enabled: {{ matrix_authentication_service_config_account_password_registration_enabled | to_json }}
|
password_registration_enabled: {{ matrix_authentication_service_config_account_password_registration_enabled | to_json }}
|
||||||
|
password_registration_email_required: {{ matrix_authentication_service_config_account_password_registration_email_required | to_json }}
|
||||||
password_change_allowed: {{ matrix_authentication_service_config_account_password_change_allowed | to_json }}
|
password_change_allowed: {{ matrix_authentication_service_config_account_password_change_allowed | to_json }}
|
||||||
password_recovery_enabled: {{ matrix_authentication_service_config_account_password_recovery_enabled | to_json }}
|
password_recovery_enabled: {{ matrix_authentication_service_config_account_password_recovery_enabled | to_json }}
|
||||||
account_deactivation_allowed: {{ matrix_authentication_service_config_account_account_deactivation_allowed | to_json }}
|
account_deactivation_allowed: {{ matrix_authentication_service_config_account_account_deactivation_allowed | to_json }}
|
||||||
|
Reference in New Issue
Block a user