更新 duplicati/README.md,添加配置部分和邮件发送设置说明

This commit is contained in:
严浩
2024-10-18 13:50:53 +08:00
parent 475c19a782
commit 1b1c42d07b

View File

@ -25,3 +25,25 @@ echo "🌐http://"
echo "$URL"; echo "$URL";
echo "🌐"; echo "🌐";
``` ```
## 配置
`: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 <notifications@⚠️>
--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
```