Ver a proveniência
Set `coturn_uid` and `coturn_gid`
Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4906/head
Suguru Hirahara
há 6 meses
ascendente
cometimento
e22bb941d1
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: E4F9743DAB4B7B75
1 ficheiros alterados com
3 adições e
0 eliminações
-
group_vars/matrix_servers
|
|
|
@@ -3103,6 +3103,9 @@ coturn_identifier: matrix-coturn |
|
|
|
|
|
|
|
coturn_base_path: "{{ matrix_base_data_path }}/coturn" |
|
|
|
|
|
|
|
coturn_uid: "{{ matrix_user_uid }}" |
|
|
|
coturn_gid: "{{ matrix_user_gid }}" |
|
|
|
|
|
|
|
coturn_hostname: "{{ matrix_server_fqn_matrix }}" |
|
|
|
|
|
|
|
coturn_docker_image_registry_prefix_upstream: "{{ matrix_container_global_registry_prefix_override if matrix_container_global_registry_prefix_override else coturn_docker_image_registry_prefix_upstream_default }}" |
|
|
|
|