Przeglądaj źródła

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

pull/386/head
Horvath Gergely 6 lat temu
rodzic
commit
f56825580d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/matrix-bridge-mautrix-hangouts/tasks/init.yml

+ 1
- 1
roles/matrix-bridge-mautrix-hangouts/tasks/init.yml Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz