|
|
@@ -17,7 +17,17 @@ matrix_bot_matrix_registration_bot_data_path: "{{ matrix_bot_matrix_registration |
|
|
|
|
|
|
|
|
matrix_bot_matrix_registration_bot_bot_server: "https://{{ matrix_server_fqn_matrix }}" |
|
|
matrix_bot_matrix_registration_bot_bot_server: "https://{{ matrix_server_fqn_matrix }}" |
|
|
matrix_bot_matrix_registration_bot_api_base_url: "https://{{ matrix_server_fqn_matrix }}" |
|
|
matrix_bot_matrix_registration_bot_api_base_url: "https://{{ matrix_server_fqn_matrix }}" |
|
|
matrix_bot_matrix_registration_bot_matrix_admin_token: "{{ matrix_bot_matrix_registration_bot_api_token }}" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The access token that the bot uses to communicate in Matrix chats |
|
|
|
|
|
# This does not necessarily need to be a privileged (admin) access token. |
|
|
|
|
|
matrix_bot_matrix_registration_bot_bot_access_token: '' |
|
|
|
|
|
|
|
|
|
|
|
# The access token that the bot uses to call the Matrix API for creating registration tokens. |
|
|
|
|
|
# This needs to be a privileged (admin) access token. |
|
|
|
|
|
# By default, we assume `matrix_bot_matrix_registration_bot_bot_access_token` is such a privileged token and we use it as is. |
|
|
|
|
|
# If necessary, you can define your own other access token here, which might even be for a different Matrix user. |
|
|
|
|
|
matrix_bot_matrix_registration_bot_api_token: "{{ matrix_bot_matrix_registration_bot_bot_access_token }}" |
|
|
|
|
|
|
|
|
matrix_bot_matrix_registration_bot_logging_level: info |
|
|
matrix_bot_matrix_registration_bot_logging_level: info |
|
|
matrix_bot_matrix_registration_environment_variables_extension: '' |
|
|
matrix_bot_matrix_registration_environment_variables_extension: '' |
|
|
|
|
|
|
|
|
@@ -36,7 +46,4 @@ matrix_bot_matrix_registration_bot_matrix_user_id_localpart: "bot.matrix-registr |
|
|
|
|
|
|
|
|
matrix_bot_matrix_registration_bot_matrix_user_id: '@{{ matrix_bot_matrix_registration_bot_matrix_user_id_localpart }}:{{ matrix_domain }}' |
|
|
matrix_bot_matrix_registration_bot_matrix_user_id: '@{{ matrix_bot_matrix_registration_bot_matrix_user_id_localpart }}:{{ matrix_domain }}' |
|
|
|
|
|
|
|
|
# The password that the bot uses to authenticate. |
|
|
|
|
|
matrix_bot_matrix_registration_bot_matrix_user_password: '' |
|
|
|
|
|
|
|
|
|
|
|
matrix_bot_matrix_registration_bot_matrix_homeserver_url: "{{ matrix_homeserver_container_url }}" |
|
|
matrix_bot_matrix_registration_bot_matrix_homeserver_url: "{{ matrix_homeserver_container_url }}" |