Преглед изворни кода

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 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…
Откажи
Сачувај