mirror of
https://github.com/yanhao98/docker-example.git
synced 2025-07-13 16:20:50 +08:00
更新 duplicati/README.md,添加配置部分和邮件发送设置说明
This commit is contained in:
@ -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
|
||||||
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user