1
0

Switch to duplicati/duplicati Docker image
All checks were successful
Deploy / Deploy (push) Successful in 1m16s

This commit is contained in:
2026-01-31 20:34:23 +00:00
parent b6a1d5b90d
commit c6a384812d
4 changed files with 61 additions and 14 deletions

10
template.env Normal file
View File

@@ -0,0 +1,10 @@
# 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}