Changeset 0.7.0 (#37)
This commit is contained in:
@@ -84,7 +84,7 @@ Point the frontend at the backend by setting the API base URL (defaults to same-
|
||||
| `debug.js` | 550 lines | Console/network intercept, state inspector (Ctrl+Shift+L) |
|
||||
| `vendor/` | 62KB | marked.js + DOMPurify (local, CDN fallback) |
|
||||
|
||||
No framework. No build step. No node_modules. Works in disconnected (SCIF) environments with vendor libs baked in.
|
||||
No framework. No build step. No node_modules. Works in disconnected environments with vendor libs baked in.
|
||||
|
||||
### Backend (server/)
|
||||
|
||||
@@ -142,7 +142,7 @@ The provided `Dockerfile` is a 3-stage build:
|
||||
2. `node:20-alpine` — downloads vendor JS libs via `npm pack`
|
||||
3. `nginx:1-alpine` — serves frontend, proxies `/api/` to Go backend
|
||||
|
||||
Vendor libs are baked into the image at build time — no CDN access needed at runtime (SCIF-safe).
|
||||
Vendor libs are baked into the image at build time — no CDN access needed at runtime.
|
||||
|
||||
### Reverse Proxy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user