Просмотр исходного кода

Adjust message when webhook bridge is activated but nginx-proxy is not

pull/339/head
Björn Marten 6 лет назад
Родитель
Сommit
654d45a2bf
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      roles/matrix-bridge-appservice-webhooks/tasks/init.yml

+ 1
- 1
roles/matrix-bridge-appservice-webhooks/tasks/init.yml Просмотреть файл

@@ -72,7 +72,7 @@
msg: >- msg: >-
NOTE: You've enabled the Matrix webhooks bridge but are not using the matrix-nginx-proxy NOTE: You've enabled the Matrix webhooks bridge but are not using the matrix-nginx-proxy
reverse proxy. reverse proxy.
Please make sure that you're proxying the `{{ something }}`
Please make sure that you're proxying the `{{ matrix_appservice_webhooks_public_endpoint }}`
URL endpoint to the matrix-appservice-webhooks container. URL endpoint to the matrix-appservice-webhooks container.
You can expose the container's port using the `matrix_appservice_webhooks_container_http_host_bind_port` variable. You can expose the container's port using the `matrix_appservice_webhooks_container_http_host_bind_port` variable.
when: "matrix_appservice_webhooks_enabled|bool and matrix_nginx_proxy_enabled is not defined" when: "matrix_appservice_webhooks_enabled|bool and matrix_nginx_proxy_enabled is not defined"

Загрузка…
Отмена
Сохранить