Use http_bin_port and make networking clearer

This commit is contained in:
Julian-Samuel Gebühr
2022-07-10 13:33:29 +02:00
parent e62632bf5d
commit ffa20357ea
3 changed files with 16 additions and 2 deletions

View File

@ -36,6 +36,20 @@ matrix_bot_maubot_database_uri: "{{
}[matrix_bot_maubot_database_engine]
}}"
# Defines the port number where the management interface is
# To actually expose the management interface outside of the container, use `matrix_bot_maubot_management_interface_http_bind_port`
matrix_bot_maubot_management_interface_port: 29316
# Controls whether the maubot container exposes its HTTP management interface port (tcp/29316 in the container).
#
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:29316"), or empty string to not expose.
# If you'll be setting this at all, it should be defined in terms of `matrix_bot_maubot_management_interface_port`.
# Example:
# matrix_bot_maubot_management_interface_http_bind_port: "127.0.0.1:{{ matrix_bot_maubot_management_interface_port }}"
matrix_bot_maubot_management_interface_http_bind_port: ''
matrix_bot_maubot_port: 29316
matrix_bot_maubot_unshared_secret: 'generate'