Vendor dashboard frontend assets
This commit is contained in:
parent
fb66a69bd7
commit
4587bdb144
4 changed files with 36 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue