ソースを参照

Make matrix-livekit-jwt-service role not reference foreign variables (except the matrix-base ones)

element-call-integration
Slavi Pantaleev 11ヶ月前
コミット
5961841e52
3個のファイルの変更4行の追加4行の削除
  1. +2
    -2
      roles/custom/matrix-livekit-jwt-service/defaults/main.yml
  2. +1
    -1
      roles/custom/matrix-livekit-jwt-service/templates/labels.j2
  3. +1
    -1
      roles/custom/matrix-livekit-server/tasks/install.yml

+ 2
- 2
roles/custom/matrix-livekit-jwt-service/defaults/main.yml ファイルの表示

@@ -56,11 +56,11 @@ matrix_livekit_jwt_service_container_labels_traefik_additional_response_headers:
matrix_livekit_jwt_service_container_labels_traefik_additional_response_headers_auto: {}
matrix_livekit_jwt_service_container_labels_traefik_additional_response_headers_custom: {}

# matrix_client_element_container_labels_additional_labels contains a multiline string with additional labels to add to the container label file.
# matrix_livekit_jwt_service_container_labels_additional_labels contains a multiline string with additional labels to add to the container label file.
# See `../templates/labels.j2` for details.
#
# Example:
# matrix_client_element_container_labels_additional_labels: |
# matrix_livekit_jwt_service_container_labels_additional_labels: |
# my.label=1
# another.label="here"
matrix_livekit_jwt_service_container_labels_additional_labels: ''


+ 1
- 1
roles/custom/matrix-livekit-jwt-service/templates/labels.j2 ファイルの表示

@@ -5,7 +5,7 @@ SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev
SPDX-License-Identifier: AGPL-3.0-or-later
#}

{% if matrix_element_call_container_labels_traefik_enabled %}
{% if matrix_livekit_jwt_service_container_labels_traefik_enabled %}
traefik.enable=true

traefik.docker.network={{ matrix_livekit_jwt_service_container_labels_traefik_docker_network }}


+ 1
- 1
roles/custom/matrix-livekit-server/tasks/install.yml ファイルの表示

@@ -56,7 +56,7 @@
dest: "{{ livekit_server_container_src_files_path }}"
force: "yes"
become: true
become_user: "{{ matrix_user_username }}"
become_user: "{{ livekit_server_uid }}"
register: livekit_server_git_pull_results

- name: Ensure LiveKit Server container image is built


読み込み中…
キャンセル
保存