21 lines
525 B
Plaintext
21 lines
525 B
Plaintext
# LemonSec Environment Variables
|
|
# Copy these values into Portainer UI when deploying
|
|
|
|
# Cloudflare DNS
|
|
CF_API_EMAIL=your-email@example.com
|
|
CF_API_KEY=your-cloudflare-global-api-key
|
|
|
|
# TrueNAS Configuration
|
|
TRUENAS_IP=192.168.1.100
|
|
TRUENAS_NEXTCLOUD_PORT=9001
|
|
|
|
# Authelia Secrets (generate with: openssl rand -hex 32)
|
|
AUTHELIA_JWT_SECRET=replace-with-64-hex-chars
|
|
AUTHELIA_SESSION_SECRET=replace-with-64-hex-chars
|
|
AUTHELIA_STORAGE_KEY=replace-with-64-hex-chars
|
|
|
|
# Optional
|
|
TZ=Europe/Stockholm
|
|
CROWDSEC_API_KEY=
|
|
TAILSCALE_IP=
|