From 1b1c42d07b625789dd57ac3aede919cc94324c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 18 Oct 2024 13:50:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20duplicati/README.md?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E9=85=8D=E7=BD=AE=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=92=8C=E9=82=AE=E4=BB=B6=E5=8F=91=E9=80=81=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stacks/duplicati/README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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 +``` +