ntfy/.env.sample
2025-03-06 22:57:27 -03:00

28 lines
592 B
Plaintext

TYPE=ntfy
DOMAIN=ntfy.example.coop
## Domain aliases
#EXTRA_DOMAINS=', `www.ntfy.example.com`'
LETS_ENCRYPT_ENV=production
AUTH_DEFAULT_ACCESS=read-only
ENABLE_SIGNUP=false
ENABLE_LOGIN=false
ENABLE_RESERVATIONS=false
TZ=UTC
LOG_LEVEL=info
COMPOSE_FILE=compose.yml
#SMTP_ENABLED=1
#COMPOSE_FILE="$COMPOSE_FILE:compose.smtp.yml"
#SMTP_SENDER_ADDR=example.coop:587
#SMTP_SENDER_FROM=ntfy@example.coop
#SMTP_SENDER_USER=ntfy
#SECRET_SMTP_SENDER_PASS_VERSION=v1
#WEBPUSH_ENABLED=1
#COMPOSE_FILE="$COMPOSE_FILE:compose.webpush.yml"
#WEBPUSH_PUBLIC_KEY=
#SECRET_WEBPUSH_PRIVATE_KEY_VERSION=v1