blob: 0cc07a1cbcfd4d5fd3335f351d419432b90581a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# /etc/umbrella/bot.conf
# umbrella-bot Matrix configuration
# chmod 600 this file — it contains your bot password
# Your Synapse homeserver URL
homeserver = https://website.com
# Bot Matrix user ID
user_id = @bot:website.com
# Bot account password
password = yourpasswordhere
# Room ID to listen in (not the alias, the internal ID)
# Find it in Element: Room Settings → Advanced → Internal room ID
room_id = !exampleid:website.com
# Device ID — leave blank on first run, fill in after --setup
# device_id = UMBRELLA_BOT
# Path to encryption key store (SQLite database)
store_path = /etc/umbrella/bot-store
# Path to umbrella socket
socket_path = /run/umbrella/umbrella.sock
|