From ba27db032e48a1699f2fcf66ce72ead914ed4301 Mon Sep 17 00:00:00 2001 From: knight Date: Tue, 20 Jan 2026 13:06:11 -0500 Subject: [PATCH] Fix invidious companion key docs (must be 16 chars) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7d61f4..77842cb 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Set these in Gitea → Repository → Settings → Actions → Secrets: |--------|-------------| | `INVIDIOUS_DB_PASSWORD` | PostgreSQL password | | `INVIDIOUS_HMAC_KEY` | Generate: `openssl rand -hex 16` | -| `INVIDIOUS_COMPANION_KEY` | Generate: `openssl rand -hex 16` (must match companion) | +| `INVIDIOUS_COMPANION_KEY` | **Must be exactly 16 chars**: `openssl rand -base64 12` | ## Runner Setup