Merge pull request #3376 from bfabio/maubot-user-creation

Make maubot automatically create its own user.
This commit is contained in:
Slavi Pantaleev
2024-06-22 14:48:42 +03:00
committed by GitHub
5 changed files with 43 additions and 21 deletions

View File

@ -5,6 +5,12 @@
matrix_bot_maubot_enabled: true
matrix_bot_maubot_login: bot.maubot
# This is just initial password and it will not manage subsequent password changes.
# Use a tool like synapse-admin if you need to change it.
matrix_bot_maubot_initial_password: ''
matrix_bot_maubot_scheme: https
matrix_bot_maubot_hostname: ''
matrix_bot_maubot_path_prefix: /_matrix/maubot

View File

@ -25,3 +25,4 @@
- {'name': 'matrix_bot_maubot_container_network', when: true}
- {'name': 'matrix_bot_maubot_homeserver_name', when: true}
- {'name': 'matrix_bot_maubot_homeserver_url', when: true}
- {'name': 'matrix_bot_maubot_initial_password', when: true}