Auth-before-mic connect flow and generic deploy docs

This commit is contained in:
Jage9
2026-02-25 00:01:11 -05:00
parent d1afca806a
commit 610e3015c5
9 changed files with 97 additions and 489 deletions

View File

@@ -40,8 +40,8 @@ Common server overrides:
Use `deploy/README.md`.
Summary:
1. Copy repo to `/home/<user>/chgrid`.
2. Build client and publish `client/dist/` to `/home/<user>/public_html/chgrid/`.
1. Copy repo to your server.
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`.