소스 검색

Set `coturn_uid` and `coturn_gid`

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4906/head
Suguru Hirahara 6 달 전
부모
커밋
e22bb941d1
No known key found for this signature in database GPG 키 ID: E4F9743DAB4B7B75
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      group_vars/matrix_servers

+ 3
- 0
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 }}"


불러오는 중...
취소
저장