Add missing matrix_mx_puppet_slack_container_http_host_bind_port variable

This commit is contained in:
Slavi Pantaleev
2020-05-22 11:12:06 +03:00
parent 4111e42070
commit 3198ed0dc9
3 changed files with 10 additions and 2 deletions

View File

@ -57,8 +57,8 @@
msg: >-
NOTE: You've enabled the Matrix Slack bridge but are not using the matrix-nginx-proxy
reverse proxy.
Please make sure that you're proxying the `{{ something }}`
URL endpoint to the matrix-appservice-slack container.
Please make sure that you're proxying the `{{ matrix_mx_puppet_slack_redirect_path }}`
URL endpoint to the matrix-mx-puppet-slack container.
You can expose the container's port using the `matrix_appservice_slack_container_http_host_bind_port` variable.
when: "matrix_mx_puppet_slack_enabled|bool and matrix_nginx_proxy_enabled is not defined"