Selaa lähdekoodia

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 vuotta sitten
committed by GitHub
vanhempi
commit
4a64d4ace0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      roles/matrix-base/defaults/main.yml

+ 1
- 1
roles/matrix-base/defaults/main.yml Näytä tiedosto

@@ -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 }}"


Ladataan…
Peruuta
Tallenna