소스 검색

Fixed preferred element domain for jitsi instance in .well-known client file

Element will not recognize jitsi.domain.com instead it needs https://jitsi.domain.com in order to work correctly.
pull/1594/head
aleld 4 년 전
committed by GitHub
부모
커밋
4a64d4ace0
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-base/defaults/main.yml

+ 1
- 1
roles/matrix-base/defaults/main.yml 파일 보기

@@ -43,7 +43,7 @@ matrix_server_fqn_dimension: "dimension.{{ matrix_domain }}"
matrix_server_fqn_bot_go_neb: "goneb.{{ matrix_domain }}"

# This is where you access Jitsi.
matrix_server_fqn_jitsi: "jitsi.{{ matrix_domain }}"
matrix_server_fqn_jitsi: "https://jitsi.{{ matrix_domain }}"

# This is where you access Grafana.
matrix_server_fqn_grafana: "stats.{{ matrix_domain }}"


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