update docs

This commit is contained in:
Nystik
2026-06-01 17:52:20 +02:00
parent 7d70872f7e
commit 5bf120defa
3 changed files with 31 additions and 24 deletions

View File

@@ -77,6 +77,7 @@ To build from source instead of pulling the image, clone the repo and run `docke
| `PUID` | User ID for file ownership | `1000` |
| `PGID` | Group ID for file ownership | `1000` |
| `WRITE_COALESCE_MS` | Debounce window (ms) for rapid writes. Useful for slow filesystems (rclone, NFS, SMB). Set to `0` to disable. | `5000` |
| `WS_ORIGINS` | Comma-separated allowlist of `Origin` headers accepted on the WebSocket endpoint. When unset, any origin is accepted. | unset |
Demo mode adds its own set of env vars (per-session vaults, auto-cleanup, proxy allowlist, login blocking). See [`examples/demo/`](examples/demo/) if you want to run a public demo deployment.