Add Matrix bot Phase 1: core setup + fun commands
Modular bot using matrix-nio[e2e] with E2EE support, deployed as
systemd service on Synapse LXC. Includes 10 commands: help, ping,
8ball, fortune, flip, roll, random, rps, poll, champion.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 20:42:28 -05:00
|
|
|
MATRIX_HOMESERVER=https://matrix.lotusguild.org
|
|
|
|
|
MATRIX_USER_ID=@lotusbot:matrix.lotusguild.org
|
|
|
|
|
MATRIX_ACCESS_TOKEN=
|
|
|
|
|
MATRIX_DEVICE_ID=
|
|
|
|
|
BOT_PREFIX=!
|
|
|
|
|
ADMIN_USERS=@jared:matrix.lotusguild.org
|
|
|
|
|
LOG_LEVEL=INFO
|
2026-02-11 20:52:57 -05:00
|
|
|
|
|
|
|
|
# Integrations
|
|
|
|
|
OLLAMA_URL=http://10.10.10.157:11434
|
|
|
|
|
OLLAMA_MODEL=lotusllm
|
|
|
|
|
MINECRAFT_RCON_HOST=10.10.10.67
|
|
|
|
|
MINECRAFT_RCON_PORT=25575
|
|
|
|
|
MINECRAFT_RCON_PASSWORD=
|
|
|
|
|
COOLDOWN_SECONDS=120
|