add local copy of w3.css fallback,

change how the dashboard and api is proxied
This commit is contained in:
2023-10-12 17:27:37 +00:00
parent 9705470798
commit 72db810ef0
10 changed files with 246 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ After this step, the Dashboard should be available on the `Dashboard Host` at po
## Configuration - Dashboard
1. In `Dashboard Host`, navigate to this repo's root folder
2. Rename `template.vars.js` to `vars.js` and assign the `API` variable with the value of the API's URL. This will likely be `dashboard.<FQDN>/api`
2. Rename `template.vars.js` to `vars.js` and assign the `API` variable with the value of the API's URL. This will likely be `paas.<FQDN>/api`
## Installation - API