You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Also see: `matrix_bot_baibot_config_user_mxid_localpart`
71
71
matrix_bot_baibot_config_user_name: baibot
72
72
73
+
# Controls the `user.avatar` configuration setting.
74
+
#
75
+
# An optional path to an image file to be used as a custom avatar image.
76
+
# This path should be an in-container path (e.g., `/data/avatar.png`).
77
+
# Any type of content type is supported, but stick to common image formats (PNG, JPG, ..) for better compatibility with various Matrix clients.
78
+
#
79
+
# To use a custom avatar:
80
+
# - Use the auxiliary role (`aux_` variables) to upload your avatar file to the server (e.g. to {{ matrix_bot_baibot_data_path }}/avatar.png on the host),
81
+
# or do it any other way (without Ansible) you prefer
82
+
# - Set this variable to something like `/data/avatar.png` (the in-container path)
83
+
#
84
+
# Possible values:
85
+
# - null or empty string: use the default baibot avatar
86
+
# - "keep": don't touch the avatar, keep whatever is already set (useful if you manage the avatar via other means)
87
+
# - any other value: path to a custom avatar image file (must be an in-container path like `/data/avatar.png`)
88
+
matrix_bot_baibot_config_user_avatar: null
89
+
73
90
# Controls the `user.encryption.recovery_passphrase` configuration setting.
74
91
#
75
92
# An optional passphrase to use for backing up and recovering the bot's encryption keys.
0 commit comments