Procházet zdrojové kódy

Move `cinny_hostname` to `matrix_servers`

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4900/head
Suguru Hirahara před 1 měsícem
rodič
revize
0d99f3c605
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E4F9743DAB4B7B75
2 změnil soubory, kde provedl 2 přidání a 4 odebrání
  1. +2
    -0
      group_vars/matrix_servers
  2. +0
    -4
      roles/custom/matrix-client-cinny/defaults/main.yml

+ 2
- 0
group_vars/matrix_servers Zobrazit soubor

@@ -4317,6 +4317,8 @@ cinny_self_check_validate_certificates: "{{ matrix_playbook_ssl_enabled }}"


cinny_base_path: "{{ matrix_base_data_path }}/client-cinny" cinny_base_path: "{{ matrix_base_data_path }}/client-cinny"


cinny_hostname: "{{ matrix_server_fqn_cinny }}"

###################################################################### ######################################################################
# #
# /cinny # /cinny


+ 0
- 4
roles/custom/matrix-client-cinny/defaults/main.yml Zobrazit soubor

@@ -142,10 +142,6 @@ cinny_hsts_preload_enabled: false


cinny_scheme: https cinny_scheme: https


# The hostname at which Cinny is served.
# Only works with with Traefik reverse-proxying.
cinny_hostname: "{{ matrix_server_fqn_cinny }}"

# The path at which Cinny is exposed. # The path at which Cinny is exposed.
# This value must either be `/` or not end with a slash (e.g. `/cinny`). # This value must either be `/` or not end with a slash (e.g. `/cinny`).
cinny_path_prefix: / cinny_path_prefix: /


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