v1.0.2 — demo mode
Launch preparation — an opt-in demo mode for publicly hosted instances. No editor changes.
Added
- Demo mode (
WWS_DEMO=1) — abuse guards for public instances, all inert by default:- idle documents wiped after
WWS_WIPE_HOURS(default 24; documents with an open session are never touched) - per-IP rate limits on the document-creating routes (
GET /demo,POST /import) - per-IP WebSocket connection cap and per-connection message rate limit
- idle documents wiped after
- README Deploying → Demo mode section documenting the environment variables.
Changed
- README opens with a one-line tagline.
Full details in CHANGELOG.md.