Fix invidious companion key docs (must be 16 chars)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user