mirror of
https://github.com/yanhao98/docker-example.git
synced 2025-07-13 12:10:48 +08:00
更新 duplicati/README.md,添加配置部分和邮件发送设置说明
This commit is contained in:
@ -24,4 +24,26 @@ URL="$DUPLICATI_DOMAIN:8500/login.html?password=$DUPLICATI_PASSWORD";
|
||||
echo "🌐http://"
|
||||
echo "$URL";
|
||||
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