Просмотр исходного кода

Edit YAML files: minor changes (#3955)

* Update roles/custom/matrix-coturn/defaults/main.yml: edit an instruction for creating a strong password

Follow-up to 6b87d1aa7d

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>

* Update examples/vars.yml: add a whitespace character for indenting

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>

---------

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
Co-authored-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3956/head
Suguru Hirahara 1 год назад
committed by GitHub
Родитель
Сommit
107e9d205d
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: B5690EEEBB952194
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      examples/vars.yml
  2. +1
    -1
      roles/custom/matrix-coturn/defaults/main.yml

+ 1
- 1
examples/vars.yml Просмотреть файл

@@ -12,7 +12,7 @@ matrix_domain: example.com
# The Matrix homeserver software to install. # The Matrix homeserver software to install.
# See: # See:
# - `roles/custom/matrix-base/defaults/main.yml` for valid options # - `roles/custom/matrix-base/defaults/main.yml` for valid options
# - the `docs/configuring-playbook-IMPLEMENTATION_NAME.md` documentation page, if one is available for your implementation choice
# - the `docs/configuring-playbook-IMPLEMENTATION_NAME.md` documentation page, if one is available for your implementation choice
# #
# By default, we use Synapse, because it's the only full-featured Matrix server at the moment. # By default, we use Synapse, because it's the only full-featured Matrix server at the moment.
# #


+ 1
- 1
roles/custom/matrix-coturn/defaults/main.yml Просмотреть файл

@@ -85,7 +85,7 @@ matrix_coturn_turn_udp_max_port: 49172
matrix_coturn_authentication_method: auth-secret matrix_coturn_authentication_method: auth-secret


# A shared secret used for authentication when `matrix_coturn_authentication_method` is `auth-secret`. # A shared secret used for authentication when `matrix_coturn_authentication_method` is `auth-secret`.
# You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
# You can put any string here, but generating a strong one is preferred. You can create one with a command like `pwgen -s 64 1`.
matrix_coturn_turn_static_auth_secret: "" matrix_coturn_turn_static_auth_secret: ""


# A username used authentication when `matrix_coturn_authentication_method` is `lt-cred-mech`. # A username used authentication when `matrix_coturn_authentication_method` is `lt-cred-mech`.


Загрузка…
Отмена
Сохранить