3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-02 06:00:24 +00:00

Upgrade baibot (v1.10.0 -> v1.11.0) and add support for configuring a custom avatar

This commit is contained in:
Slavi Pantaleev
2025-12-15 10:27:34 +02:00
parent 5612af92e8
commit 98331ae970
2 changed files with 24 additions and 1 deletions

View File

@@ -21,6 +21,12 @@ user:
# Leave empty to use the default (baibot).
name: {{ matrix_bot_baibot_config_user_name | to_json }}
# An optional path to an image file to be used as a custom avatar image.
# - null or empty string: use the default avatar
# - "keep": don't touch the avatar, keep whatever is already set
# - any other value: path to a custom avatar image file
avatar: {{ matrix_bot_baibot_config_user_avatar | to_json }}
encryption:
# An optional passphrase to use for backing up and recovering the bot's encryption keys.
# You can use any string here.