Vendor dashboard frontend assets

This commit is contained in:
Jordan Wages 2026-09-17 18:09:35 -05:00
commit 4587bdb144
4 changed files with 36 additions and 3 deletions

View file

@ -14,7 +14,7 @@ python3 -m venv .venv
pip install -r requirements.txt
```
The dashboard uses Bulma and Chart.js from their public CDNs. For an offline deployment, vendor those two assets and update `app/static/index.html`.
Bulma and Chart.js are vendored under `app/static/vendor`, so the dashboard does not require browser access to a public CDN.
## Nginx log format