From 297cc47631d46027b496bc7ce00c6d6e3f5f7ee3 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Sun, 28 Jun 2026 17:17:38 -0400 Subject: [PATCH] Fix README: update auth description, add LIVEKIT_* env var --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 165addc..ab630d0 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ npm run dev | Voice/video | LiveKit | | TURN | coturn | | Reverse proxy | Caddy | -| Auth | Argon2id + WebAuthn passkeys (Phase 3) | +| Auth | Argon2id (WebAuthn passkeys deferred) | ## Features @@ -122,6 +122,7 @@ See `.env.example` for the full list. Key variables: | `DUMPSTER_PORT` | Server port | No (default: 8080) | | `DUMPSTER_SECRET` | Session signing secret | Yes | | `POSTGRES_*` | Database connection | Yes | +| `LIVEKIT_*` | Voice/video server | No | | `GIPHY_API_KEY` | Giphy API key for GIF search | No | | `MINIO_*` | File upload storage | No |