36 lines
946 B
Plaintext
36 lines
946 B
Plaintext
TYPE=lauti
|
|
COMPOSE_FILE="compose.yml"
|
|
LETS_ENCRYPT_ENV=production
|
|
#IMAGE_TAG=latest
|
|
|
|
## Domain
|
|
DOMAIN=lauti.example.com
|
|
#EXTRA_DOMAINS=', `www.lauti.example.com`' #additional domains (URL stays when opened)
|
|
#REDIRECTS=www.example.com|foo.example.com #redirect domains (URL gets changed to DOMAIN when opened)
|
|
|
|
## Admin User
|
|
SECRET_ADMIN_PASSWORD_VERSION=v1
|
|
LAUTI_ADMIN_EMAIL=admin@example.com
|
|
|
|
## Localization and Theming
|
|
LAUTI_TIMEZONE=Europe/London
|
|
LAUTI_LANGUAGE=en
|
|
LAUTI_THEME=lauti
|
|
|
|
## Plausible
|
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.plausible.yml"
|
|
#LAUTI_PLAUSIBLE_HOST=https://plausible.example.com
|
|
|
|
## Mail
|
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.smtp.yml"
|
|
#SECRET_SMTP_PASSWORD_VERSION=v1
|
|
#LAUTI_MAIL_SMTP_HOST=host.example.com:465
|
|
#LAUTI_MAIL_SMTP_USER=username
|
|
#LAUTI_MAIL_ADDRESS=mail@example.com
|
|
#LAUTI_MAIL_ALLOW_LIST=mail@example.com,mail2@example.com
|
|
#LAUTI_MAIL_SMTP_SECURE=SSL
|
|
|
|
## Debugging
|
|
#LAUTI_DEBUG=false
|
|
#LAUTI_LOG_LEVEL=info
|