Make maubot automatically create its own user.

This commit is contained in:
Fabio Bonelli
2024-06-19 13:58:10 +02:00
parent 2fd1c73c38
commit a508d2a069
3 changed files with 20 additions and 1 deletions

View File

@ -5,6 +5,11 @@
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: "{{ lookup('password', '/dev/null', length=64 }}"
matrix_bot_maubot_scheme: https
matrix_bot_maubot_hostname: ''
matrix_bot_maubot_path_prefix: /_matrix/maubot