32 lines
716 B
Plaintext
32 lines
716 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
|
|
ENABLE_BACKUPS=true
|
|
TZ=UTC
|
|
LOG_LEVEL=info
|
|
VISITOR_REQUEST_LIMIT_BURST=60
|
|
VISITOR_REQUEST_LIMIT_REPLENISH=5s
|
|
VISITOR_REQUEST_LIMIT_EXEMPT_HOSTS=""
|
|
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
|