Skip to content

v1.0.2 — demo mode

Choose a tag to compare

@DDecoene DDecoene released this 05 Jul 18:35
c567adf

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
  • README Deploying → Demo mode section documenting the environment variables.

Changed

  • README opens with a one-line tagline.

Full details in CHANGELOG.md.