Dashboards & Data
This site hosts dashboards and data tables that are too complex for pure
Markdown. Static structure is built by Eleventy; live data (JSON tables) is
written in by n8n under /data/.
What lives here
- Dashboards — metric views and charts.
- Tables — wide data tables served from
/data/.
Data contract (for n8n)
n8n writes table files to the served volume via
PUT /files/data/<name>. They are then available at
/data/<name> on this site. No rebuild is required for a
data update.