Fix invidious companion key docs (must be 16 chars)

This commit is contained in:
2026-01-20 13:06:11 -05:00
parent 5807713e22
commit ba27db032e

View File

@@ -102,7 +102,7 @@ Set these in Gitea → Repository → Settings → Actions → Secrets:
|--------|-------------| |--------|-------------|
| `INVIDIOUS_DB_PASSWORD` | PostgreSQL password | | `INVIDIOUS_DB_PASSWORD` | PostgreSQL password |
| `INVIDIOUS_HMAC_KEY` | Generate: `openssl rand -hex 16` | | `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 ## Runner Setup