Add hybrid app version labels
This commit is contained in:
+2
-1
@@ -45,7 +45,7 @@ Output goes to `frontend/dist/`.
|
||||
|
||||
## Pages
|
||||
|
||||
- **Dashboard** (`/`) — Now playing, backend-collected per-machine monitoring table with 10-minute averages/min/max, library stats
|
||||
- **Dashboard** (`/`) — Now playing, backend-collected per-machine monitoring table with 10-minute averages/min/max, library stats, frontend/backend version chips in the shell header
|
||||
- **Monitoring** (`/monitoring`) — Per-machine CPU/IO wait/RAM/network/disk charts, collector controls, and backend-collected recent action history
|
||||
- **Media** (`/media`) — Full-library table with sort/filter/search
|
||||
- **Users** (`/users`) — Read-only Jellyfin user list with optional Jellyseerr enrichment
|
||||
@@ -55,6 +55,7 @@ Output goes to `frontend/dist/`.
|
||||
## Environment Variables
|
||||
|
||||
Set `VITE_API_URL` and any OIDC variables directly in your shell or Compose build args if the API is not at `http://localhost:8000`.
|
||||
The frontend version defaults to the package.json version and can be overridden with `VITE_APP_VERSION` and `VITE_APP_BUILD_INFO` when you need explicit deployed labels.
|
||||
|
||||
```bash
|
||||
VITE_API_URL=http://your-backend-host:8000
|
||||
|
||||
Reference in New Issue
Block a user