feature: Add basic Traefik/Authelia support files

This commit is contained in:
Keith Solomon
2025-12-06 13:41:33 -06:00
parent 43bd37c552
commit b0d760c3ab
5 changed files with 294 additions and 0 deletions

View 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