瀏覽代碼

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
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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 }}"


Loading…
取消
儲存