18 lines
305 B
Plaintext
18 lines
305 B
Plaintext
TYPE=restic-rest-server
|
|
ENABLE_BACKUPS=true
|
|
|
|
DOMAIN=rest-server.example.com
|
|
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.rest-server.example.com`'
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
DATA_DIRECTORY=/data
|
|
PASSWORD_FILE=/data/.htpasswd
|
|
|
|
## Extra flags
|
|
# OPTIONS=
|
|
|
|
## Disable authentication
|
|
# DISABLE_AUTHENTICATION=1
|