Expand Doris dashboard portal and services directory

This commit is contained in:
Fizzlepoof
2026-05-21 04:22:31 +00:00
parent 2e99873634
commit c149b1acf8
6 changed files with 1067 additions and 86 deletions

View File

@@ -47,6 +47,7 @@ The dashboard turns that into one opinionated, local-only page that Doris can tu
- It scores, deduplicates, and groups stories into dashboard sections.
- It writes generated JSON artifacts under `data/` and the final static page under `public/`.
- `bin/dashboard_server.py` serves the page and handles interactive actions like topic feedback and Paperless review state.
- The wind watchdog writes a quiet forecast notice into `~/.hermes/state/wind_alert_watchdog.json`; the dashboard surfaces that for longer-range wind events before they are close enough to deserve a direct ping.
That means the dashboard is static-looking for the reader, but still has enough local interactivity for feedback and review flows.