This commit is contained in:
2026-06-14 01:39:15 +03:00
parent 0961180284
commit b422f2af3a
3 changed files with 59 additions and 4 deletions
+1
View File
@@ -135,6 +135,7 @@ This page is public operator documentation. It describes panel capabilities, rou
| --- | --- | --- | --- |
| `NUXT_PUBLIC_API_BASE` | No | `/api` | Browser-facing API base. Use `/api` for same-origin panel proxying. |
| `NUXT_CORE_URL` | Yes for Docker | `http://localhost:3000` fallback | Core URL used by the panel server proxy. |
| `NUXT_PUBLIC_WS_BASE` | No | empty (same origin) | WebSocket origin for the Socket.IO client (`/ws`). Empty = same origin (prod behind a reverse proxy that forwards `/ws` to Core); in dev point at Core, e.g. `http://localhost:3000`. |
Recommended production values: