Allow setting an avatar image for the bot's account

This commit is contained in:
2025-08-10 00:06:22 -07:00
parent 602d562c66
commit ed0aa2a2bf
6 changed files with 81 additions and 5 deletions

View File

@@ -6,6 +6,8 @@ bind_port: 3000
user_id: "@mybebot:example.com"
# Password for Matrix user.
password: "secret-matrix-account-password"
# Optional path to an image file to use as the bot account's avatar.
avatar_image_path: "/path/to/avatar.jpg"
# All Gitlab-specific settings are under here.
gitlab_webhook:
# Optional prefix to serve the webhook path under (default is empty string).