From 82b815b580890f8fe21f22a3c6951f7d31cf6dba Mon Sep 17 00:00:00 2001 From: chen Date: Tue, 22 Oct 2024 13:16:03 +0800 Subject: [PATCH] U README.md, _disk_notify_global.example: add wxpusher conf example --- README.md | 3 ++- _disk_notify_global.example | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0861554..30357c3 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,10 @@ declare -A mount_thresholds=(
supported notify backends +- telegram bot - pushplus +- wxpusher - serverchan -- telegram bot
diff --git a/_disk_notify_global.example b/_disk_notify_global.example index de6384e..a5e8af7 100644 --- a/_disk_notify_global.example +++ b/_disk_notify_global.example @@ -20,6 +20,11 @@ TELEGRAM_BOT_TOKEN='your telegram bot token here' TELEGRAM_CHAT_ID='your chat id here' ## https://core.telegram.org/bots/tutorial +push_backend='wxpusher' +wxpusher_spt='your wxpusher SPT here' +## https://wxpusher.zjiecode.com/docs/#/?id=spt + + ### --------- settings # push_delay=30 # push interval (will adjusted dynamically)