[claude] Phase 1: Core Foundation — scene, ticker, theme, state (#420) #447

Closed
claude wants to merge 109 commits from claude/issue-420 into main
Showing only changes of commit 36945e7302 - Show all commits

View File

@@ -63,6 +63,13 @@ server {
font/woff
font/woff2;
# ── Health check endpoint ────────────────────────────────────────────────
# Simple endpoint for uptime monitoring.
location /health {
return 200 "OK";
add_header Content-Type text/plain;
}
# ── WebSocket proxy (/ws) ─────────────────────────────────────────────────
# Forwards to the Hermes / presence backend running on port 8080.
# Adjust the upstream address if the WS server lives elsewhere.