Skip to content

Operations

alsi-lawr edited this page Jul 21, 2026 · 4 revisions

Operations

This technical section is for the person who maintains the BlokeBot server. Everyday dashboard problems are covered in Help and troubleshooting.

BlokeBot keeps operational state local and surfaces runtime problems through readiness and alert views.

Deep dives

Application state locations are summarized below. Keep the whole location private and backed up; explicit database or token-cache configuration can move an individual file elsewhere.

Context Application state
Native Linux $XDG_STATE_HOME/blokebot, or ~/.local/state/blokebot
Native macOS ~/Library/Application Support/BlokeBot
Native Windows %LOCALAPPDATA%\BlokeBot
Docker /data
NixOS /var/lib/blokebot

ASP.NET Core Data Protection keys for custom-bot credentials are created and persisted automatically in this private state. Windows protects them with DPAPI LocalMachine. No key-related operator settings or maintenance tasks are required.

Clone this wiki locally