|
|
@ -21,8 +21,10 @@ matrix_mautrix_telegram_homeserver_domain: '{{ matrix_domain }}'
|
|
|
|
matrix_mautrix_telegram_appservice_address: 'http://matrix-mautrix-telegram:8080'
|
|
|
|
matrix_mautrix_telegram_appservice_address: 'http://matrix-mautrix-telegram:8080'
|
|
|
|
matrix_mautrix_telegram_appservice_public_external: 'https://{{ matrix_server_fqn_matrix }}{{ matrix_mautrix_telegram_public_endpoint }}'
|
|
|
|
matrix_mautrix_telegram_appservice_public_external: 'https://{{ matrix_server_fqn_matrix }}{{ matrix_mautrix_telegram_public_endpoint }}'
|
|
|
|
|
|
|
|
|
|
|
|
# Set this to a port number to expose on the host when not using matrix-nginx-proxy
|
|
|
|
# Controls whether the matrix-telegram container exposes its HTTP port (tcp/8080 in the container).
|
|
|
|
matrix_mautrix_telegram_container_exposed_port_number: ~
|
|
|
|
#
|
|
|
|
|
|
|
|
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:9006"), or empty string to not expose.
|
|
|
|
|
|
|
|
matrix_mautrix_telegram_container_http_host_bind_port: ''
|
|
|
|
|
|
|
|
|
|
|
|
# A list of extra arguments to pass to the container
|
|
|
|
# A list of extra arguments to pass to the container
|
|
|
|
matrix_mautrix_telegram_container_extra_arguments: []
|
|
|
|
matrix_mautrix_telegram_container_extra_arguments: []
|
|
|
|