1
0
Files
duplicati/template.env
Kappeh ef6d90aec4
All checks were successful
Deploy / Deploy (push) Successful in 31s
Add minecraft_server_backups volume
2026-02-02 00:52:17 +00:00

13 lines
505 B
Bash

# Web UI password
DUPLICATI__WEBSERVICE_PASSWORD=${CFG_WEBSERVICE_PASSWORD}
# Valid hostnames
DUPLICATI__WEBSERVICE_ALLOWED_HOSTNAMES=duplicati.leaf.home.kappeh.org
# Ensure database encyption is enabled
DUPLICATI__DISABLE_DB_ENCRYPTION=false
# Ensure custom key is used for encryption instead of container serial number
DUPLICATI__REQUIRE_DB_ENCRYPTION=true
# Provide custom key for encryption
SETTINGS_ENCRYPTION_KEY=${CFG_SETTINGS_ENCRYPTION_KEY}
# Disable telemetry
USAGEREPORTER_Duplicati_LEVEL=none