borgwarehouse/.env.sample
2025-04-28 15:46:48 -04:00

30 lines
642 B
Plaintext

TYPE=borgwarehouse
DOMAIN=borgwarehouse.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.borgwarehouse.example.com`'
LETS_ENCRYPT_ENV=production
## Required variables section ##
# Hostname and URL
NEXTAUTH_URL=https://your.domain.com
# Secrects
NEXTAUTH_SECRET=your-secret
CRONJOB_KEY=your-other-secret
# data folders (volume mounts)
# set this variable if you have a dedicated share/mount on the server that can hold your borg repos
# the folder must be owned by 1001:1001
# BORG_REPOSITORY_PATH=./repos
# SMTP server settings
#MAIL_SMTP_FROM=
#MAIL_SMTP_HOST=
#MAIL_SMTP_PORT=
#MAIL_SMTP_LOGIN=
#MAIL_REJECT_SELFSIGNED_TLS=true