✨feature: Add basic Traefik/Authelia support files
This commit is contained in:
9
assets/files/traefik/.env.example
Normal file
9
assets/files/traefik/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
CLOUDFLARE_API_KEY=your_cloudflare_api_key_here
|
||||
CLOUDFLARE_EMAIL=your_cloudflare_email_here
|
||||
|
||||
# Gebnerate these secrets using openssl rand -hex 64
|
||||
AUTHELIA_SESSION_SECRET=your_session_secret_here
|
||||
AUTHELIA_STORAGE_ENCRYPTION_KEY=your_storage_encryption_key_here
|
||||
AUTHELIA_JWT_SECRET=your_jwt_secret_here
|
||||
AUTHELIA_NOTIFIER_USERNAME=your_email_here
|
||||
AUTHELIA_NOTIFIER_PASSWORD=your_email_app_password_here
|
||||
Reference in New Issue
Block a user