add authelia encryption key
Production GitOps Engine / execute-ansible (push) Successful in 52s Details

This commit is contained in:
Lucas Conrad 2026-06-21 18:29:49 +02:00
parent 83297d51bc
commit 63d2b188b4
2 changed files with 5 additions and 0 deletions

View File

@ -1 +1,3 @@
SESSION_SECRET=f08e40ddded6b1fd6b5cdb2e0dbf59d7b8531e1d3d6e8d4c74671b3baa84650f SESSION_SECRET=f08e40ddded6b1fd6b5cdb2e0dbf59d7b8531e1d3d6e8d4c74671b3baa84650f
STORAGE_ENCRYPTION_KEY=e0N6oZ11Y8rcYanI0x2ZDb/YKNqFdDvTjtmybqT7RxPfGyMNGwE6CqeZunizhprn
JWT_SECRET=Sx5klfoO5IvdLxrdnpiXUZQYu+fn3Q2S3KlTb8Tt3cNNMdaZvdaESfQ71SSX0njk

View File

@ -7,6 +7,8 @@ log:
theme: dark theme: dark
jwt_secret: '${JWT_SECRET}'
totp: totp:
issuer: authelia.com issuer: authelia.com
@ -36,6 +38,7 @@ session:
inactivity: 1000 inactivity: 1000
storage: storage:
encryption_key: '${STORAGE_ENCRYPTION_KEY}'
local: local:
path: /config/db.sqlite3 path: /config/db.sqlite3