From 3d69bbcea204a99a54eae1aa67be7e675cbe0bff Mon Sep 17 00:00:00 2001 From: Jage9 Date: Sun, 8 Mar 2026 20:32:39 -0400 Subject: [PATCH] Updated readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2f85d4a..c28e8da 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ Notes: - Server bind/port defaults are `127.0.0.1:8765` unless changed in config or CLI flags. - Client dev defaults to Vite local host/port (`localhost:5173`) unless flags override. - Auth requires `CHGRID_AUTH_SECRET` in server environment; `deploy/scripts/install_server.sh` creates `server/.env` with this value automatically if missing. -- Saved login/session persistence uses a server-set `HttpOnly` cookie (`chgrid_session_token`). Common server overrides: - `uv run python main.py --config /path/to/config.toml` @@ -46,7 +45,6 @@ Summary: 2. Build client and publish `client/dist/` to your web root/subdirectory. 3. Configure server `config.toml` and run it via `systemd`. 4. Add Apache `/ws` websocket proxy from `deploy/apache/chgrid-vhost-snippet.conf`. - Include `/auth/session/*` proxy routes from the same snippet so login cookies can be set/cleared reliably. ## Key Paths