1
0
Files
duplicati/template.env
Kappeh 62b8481417
All checks were successful
Deploy / Deploy (push) Successful in 13s
Switch to duplicati/duplicati Docker image
2026-01-31 20:38:27 +00:00

11 lines
363 B
Bash

# Web UI password
DUPLICATI__WEBSERVICE_PASSWORD=${CFG_WEBSERVICE_PASSWORD}
# 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}