Update Security_Containers/authelia/README.md

This commit is contained in:
2026-09-13 04:45:37 +00:00
parent bc819380fb
commit 9da2fd2cf1
+10 -1
View File
@@ -1,3 +1,12 @@
Source: https://www.authelia.com/
https://github.com/authelia/authelia
https://github.com/authelia/authelia
```
cd /srv/docker/authelia
mkdir -p secrets config
openssl rand -hex 64 > secrets/jwt_secret
openssl rand -hex 64 > secrets/session_secret
openssl rand -hex 64 > secrets/storage_encryption_key
chmod 600 secrets/*
```