diff options
| author | auric <auric@japegames.com> | 2026-02-21 11:08:36 -0600 |
|---|---|---|
| committer | auric <auric@japegames.com> | 2026-02-21 11:08:36 -0600 |
| commit | 0d706ae72ceefd74053ad6cb0900ecce6cf1f085 (patch) | |
| tree | 6faf7d3919182b8838a6ae69ad1a2a0fac468740 /clients/umbrella-bot/bot.conf.example | |
Add Umbrella 0.1.5
Diffstat (limited to 'clients/umbrella-bot/bot.conf.example')
| -rw-r--r-- | clients/umbrella-bot/bot.conf.example | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/clients/umbrella-bot/bot.conf.example b/clients/umbrella-bot/bot.conf.example new file mode 100644 index 0000000..0cc07a1 --- /dev/null +++ b/clients/umbrella-bot/bot.conf.example @@ -0,0 +1,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 |
