diff --git a/stacks/duplicati/README.md b/stacks/duplicati/README.md index d1e9521..d138cc7 100644 --- a/stacks/duplicati/README.md +++ b/stacks/duplicati/README.md @@ -24,4 +24,26 @@ URL="$DUPLICATI_DOMAIN:8500/login.html?password=$DUPLICATI_PASSWORD"; echo "🌐http://" echo "$URL"; echo "🌐"; -``` \ No newline at end of file +``` + +## 配置 + +`:8500/ngax/index.html#/settings` + +```ini +--machine-id=⚠️ + +--send-mail-url=smtps://smtp.resend.com:2465 +--send-mail-username=resend +--send-mail-password=⚠️ +--send-mail-from=Duplicati +--send-mail-to=⚠️ +--send-mail-level=Warning,Error,Fatal +--send-mail-any-operation=true +--send-mail-subject=%OPERATIONNAME% 👉🏻%PARSEDRESULT%👈🏻 for %backup-name% +--send-mail-body=%RESULT% + +--send-http-url= +--send-http-result-output-format=Json +``` +