Commit Graph

3 Commits

Author SHA1 Message Date
type-two
eed30a2ba5 Harden hosted relay with access codes + illustrated manual page
--tokens FILE gates session hosting: hosts present an access code, patients
join live sessions freely (no code), un-joined connections can't relay, and
joined members can't spoof state into other rooms. Easy Mode grows a gentle
access-code card (one-computer mode stays free/ungated); advanced panel gets
a token field; patient view shows a waiting note and auto-retries.
manual.html: picture-book how-to, images slot in under img/manual/.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 15:14:03 +10:00
type-two
55d1686d8d Support hosting behind a reverse proxy (https/subpath)
BLS.relayUrl() picks the relay endpoint: bundled server.py keeps
ws://host:8787; served over https or from a subpath it becomes same-origin
wss://host/<base>/ws. Patient/join links are now path-relative so subpath
hosting works. server.py gains --bind and --http-port for reverse-proxy
setups where 8000 is taken.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 15:01:09 +10:00
type-two
dadda8765d Easy Mode: big-control page for non-technical users
easy.html: giant start/stop, plain-word sliders (how fast / how big / how
loud), friendly sound names (Ocean/Beep/Click/Knock), big color dots,
duration chips, live preview strip of the patient view, same safety notice.
Auto-connects to the relay when served over http with a persistent random
room id — patient link is one big copy button, no Detect IP step.
Advanced panel untouched, linked both ways; server opens easy.html first.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 14:46:12 +10:00