The dashboard notifier records AO notifications in a local JSONL store and streams the latest retained records to the web dashboard over the existing local mux WebSocket.
notifiers:
dashboard:
plugin: dashboard
limit: 50
notificationRouting:
urgent: [dashboard]
action: [dashboard]
Setup
ao setup dashboard
ao setup dashboard --limit 100 --routing-preset all
ao setup dashboard --status
limit controls how many recent notifications are retained for browser reloads
and dashboard restarts. The default is 50.
Test
ao notify test --to dashboard --template basic