Authelia: add storage encryption_key, drop deprecated jwt_secret and duplicate redirection url

Co-Authored-By: Claude Code <noreply@anthropic.com>
This commit is contained in:
Ezequiel C. 2026-09-11 00:08:59 +02:00
parent 3c994af96b
commit 87e5c0f069
2 changed files with 7 additions and 9 deletions

View file

@ -33,8 +33,8 @@
},
"env": [
{
"name": "JWT_SECRET",
"label": "JWT secret (auto-generated)",
"name": "STORAGE_ENCRYPTION_KEY",
"label": "Storage encryption key (auto-generated)",
"generate": true
},
{