-
Notifications
You must be signed in to change notification settings - Fork 0
Operations
alsi-lawr edited this page Jul 15, 2026
·
4 revisions
BlokeBot keeps its operational state local and surfaces runtime problems through readiness and alert views.
- State and secrets - database, token cache, permissions, persistence, and backups.
- NixOS service - module options, systemd behavior, firewall, and hardening.
- Runtime health and delivery - readiness, alerts, reconnects, and durable public-chat outcomes.
Installation-specific paths are summarized below.
| Context | SQLite database | OAuth token cache |
|---|---|---|
| Source/default | blokebot.db |
blokebot.tokens.json |
| Docker | /data/blokebot.db |
/data/twitch.tokens.json |
| NixOS | /var/lib/blokebot/blokebot.db |
/var/lib/blokebot/twitch.tokens.json |