Add test UI toggle and docs

This commit is contained in:
2026-04-11 17:27:46 +02:00
parent 09119e8c0e
commit 38ef36aa75
5 changed files with 21 additions and 1 deletions

View File

@@ -19,6 +19,10 @@ face-lock is a FastAPI service that detects a primary subject, makes a square cr
- `person` for full-body person detection
- `subject` for general foreground subjects
## Test UI
Set `FACE_LOCK_TEST_UI=false` to disable the `/` test UI.
## Authentication
Set `FACE_LOCK_AUTH_TOKEN` to require a header token.