24 lines
519 B
Bash
24 lines
519 B
Bash
# Domain Information
|
|
DOMAIN_NAME=example.com
|
|
|
|
# Subdomain Information (DO NOT EDIT AFTER RUNNING ONCE)
|
|
WEBMAIL_SUBDOMAIN=mail
|
|
MAIL_SUBDOMAIN=mx
|
|
|
|
# Compose Profiles (only backup-enabled exists)
|
|
COMPOSE_PROFILES=
|
|
|
|
# Restic Config (Only fill out if enabling backups)
|
|
RESTIC_REPOSITORY=""
|
|
RESTIC_PASSWORD=""
|
|
RESTIC_HOSTNAME=""
|
|
|
|
# Secret Keys
|
|
# These should be generated with `openssl rand -base64 32`.
|
|
BULWARK_SECRET=
|
|
OAUTH_SECRET=
|
|
|
|
# Testing Stuff
|
|
# Leave CADDY_TLS blank to automatically obtain a certificate.
|
|
CADDY_TLS=
|