소스 검색

Update element-call-labels.j2

element-call-integration
Backslash 1 년 전
committed by GitHub
부모
커밋
805b726c6d
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      roles/custom/matrix-element-call/templates/element-call-labels.j2

+ 2
- 2
roles/custom/matrix-element-call/templates/element-call-labels.j2 파일 보기

@@ -24,7 +24,7 @@ traefik.http.middlewares.element-call-strip-prefix.stripprefix.prefixes={{ matri
{% endif %}

# Additional response headers for Element Call
{% if matrix_element_call_container_labels_traefik_additional_response_headers.keys() | length > 0 %}
{% if matrix_element_call_container_labels_traefik_additional_response_headers is mapping and matrix_element_call_container_labels_traefik_additional_response_headers.keys() | length > 0 %}
{% for name, value in matrix_element_call_container_labels_traefik_additional_response_headers.items() %}
traefik.http.middlewares.element-call-add-headers.headers.customresponseheaders.{{ name }}={{ value }}
{% endfor %}
@@ -39,7 +39,7 @@ traefik.http.routers.element-call-router.middlewares={{ middlewares | join(',')
{% endif %}

# Additional labels (if any) specified by the user
{% if matrix_element_call_container_extra_arguments.keys() | length > 0 %}
{% if matrix_element_call_container_extra_arguments is mapping and matrix_element_call_container_extra_arguments.keys() | length > 0 %}
{% for key, value in matrix_element_call_container_extra_arguments.items() %}
{{ key }}={{ value }}
{% endfor %}


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