|
|
@ -12,6 +12,11 @@ matrix_bot_go_neb_config_path_in_container: "/config/config.yaml"
|
|
|
|
matrix_bot_go_neb_data_path: "{{ matrix_bot_go_neb_base_path }}/data"
|
|
|
|
matrix_bot_go_neb_data_path: "{{ matrix_bot_go_neb_base_path }}/data"
|
|
|
|
matrix_bot_go_neb_data_store_path: "{{ matrix_bot_go_neb_data_path }}/store"
|
|
|
|
matrix_bot_go_neb_data_store_path: "{{ matrix_bot_go_neb_data_path }}/store"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Controls whether the matrix-bot-go-neb container exposes its HTTP port (tcp/4050 in the container).
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:4050"), or empty string to not expose.
|
|
|
|
|
|
|
|
matrix_bot_go_neb_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_bot_go_neb_container_extra_arguments: []
|
|
|
|
matrix_bot_go_neb_container_extra_arguments: []
|
|
|
|
|
|
|
|
|
|
|
|