Преглед изворни кода

Disable matrix-user-verification-service in group_vars and update docs accordingly.

pull/2375/head
Paul N пре 3 година
родитељ
комит
1d99f17b4a
3 измењених фајлова са 3 додато и 2 уклоњено
  1. +1
    -0
      docs/configuring-playbook-jitsi.md
  2. +1
    -1
      docs/configuring-playbook-user-verification-service.md
  3. +1
    -1
      group_vars/matrix_servers

+ 1
- 0
docs/configuring-playbook-jitsi.md Прегледај датотеку

@@ -79,6 +79,7 @@ To enable set this configuration at host level:
```yaml
matrix_jitsi_enable_auth: true
matrix_jitsi_auth_type: "matrix"
matrix_user_verification_service_enabled: true
```

For more information see also [https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification](https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification).


+ 1
- 1
docs/configuring-playbook-user-verification-service.md Прегледај датотеку

@@ -30,7 +30,7 @@ In order to use UVS, an admin token for the configured homeserver must be suppli

## Enable

[Matrix User Verification Service](https://github.com/matrix-org/matrix-user-verification-service) installation is disabled by default unless required by Jitsi (see group_vars/matrix_servers).
[Matrix User Verification Service](https://github.com/matrix-org/matrix-user-verification-service) installation is disabled by default.
You can enable it in your configuration file (`inventory/host_vars/matrix.<your-domain>/vars.yml`):

```yaml


+ 1
- 1
group_vars/matrix_servers Прегледај датотеку

@@ -3188,7 +3188,7 @@ matrix_user_creator_users_auto: |
matrix_user_verification_service_docker_image: "{{ matrix_user_verification_service_docker_image_name_prefix }}matrixdotorg/matrix-user-verification-service@sha256:d2aabc984dd69d258c91900c36928972d7aaef19d776caa3cd6a0fbc0e307270"

# enable if jitsi is managed by this playbook and requires JWT auth
matrix_user_verification_service_enabled: "{{ (matrix_jitsi_enabled | bool and matrix_jitsi_enable_auth | bool and matrix_jitsi_auth_type == 'matrix') }}"
matrix_user_verification_service_enabled: false
matrix_user_verification_service_systemd_required_services_list: |
{{
['docker.service']


Loading…
Откажи
Сачувај