Procházet zdrojové kódy

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 před 4 roky
committed by GitHub
rodič
revize
4a64d4ace0
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/matrix-base/defaults/main.yml

+ 1
- 1
roles/matrix-base/defaults/main.yml Zobrazit soubor

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


Načítá se…
Zrušit
Uložit