Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

24 line
845 B

  1. {#
  2. SPDX-FileCopyrightText: 2022 - 2023 Julian-Samuel Gebühr
  3. SPDX-FileCopyrightText: 2022 Slavi Pantaleev
  4. SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
  5. SPDX-License-Identifier: AGPL-3.0-or-later
  6. #}
  7. bot:
  8. server: {{ matrix_bot_matrix_registration_bot_bot_server|to_json }}
  9. username: {{ matrix_bot_matrix_registration_bot_matrix_user_id_localpart|to_json }}
  10. password: {{ matrix_bot_matrix_registration_bot_bot_password|to_json }}
  11. api:
  12. # API endpoint of the registration tokens
  13. base_url: {{ matrix_bot_matrix_registration_bot_api_base_url|to_json }}
  14. {% if matrix_bot_matrix_registration_bot_api_token | length > 0 %}
  15. # Access token of an administrator on the server
  16. token: {{ matrix_bot_matrix_registration_bot_api_token|to_json }}
  17. {% endif %}
  18. logging:
  19. level: {{ matrix_bot_matrix_registration_bot_logging_level|to_json }}