Procházet zdrojové kódy

hangouts-bridge no-proxy warning does not trigger when 'matrix_nginx_proxy_enabled = false' is explicitly set

pull/386/head
Horvath Gergely před 6 roky
rodič
revize
f56825580d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/matrix-bridge-mautrix-hangouts/tasks/init.yml

+ 1
- 1
roles/matrix-bridge-mautrix-hangouts/tasks/init.yml Zobrazit soubor

@@ -59,4 +59,4 @@
Please make sure that you're proxying the `{{ matrix_mautrix_hangouts_public_endpoint }}`
URL endpoint to the matrix-mautrix-hangouts container.
You can expose the container's port using the `matrix_mautrix_hangouts_container_http_host_bind_port` variable.
when: "matrix_mautrix_hangouts_enabled|bool and matrix_nginx_proxy_enabled is not defined"
when: "matrix_mautrix_hangouts_enabled|bool and (matrix_nginx_proxy_enabled is not defined or matrix_nginx_proxy_enabled|bool == false)"

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