From 720ec80e571244faab958cd6fc28846336599b6a Mon Sep 17 00:00:00 2001 From: FreezingArts <95576420+FreezingArts@users.noreply.github.com> Date: Wed, 27 Nov 2024 21:02:36 +0800 Subject: [PATCH] Add gotify configuration instructions --- notify.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/notify.md b/notify.md index 53bb4a6..5256398 100644 --- a/notify.md +++ b/notify.md @@ -547,7 +547,21 @@ acme.sh --set-notify --notify-hook bark ``` ## 17. Set notification for Gotify +通过gotify推送通知 +其中`GOTIFY_PRIORITY`的数字是0-9(等级越高,推送级别越高) + +Send notifications through gotify + +The number of 'GOTIFYBRIORITY' is 0-9 (the higher the level, the higher the push level) +``` +export GOTIFY_URL="https://example.com" +export GOTIFY_TOKEN="XXXXXXX" +export GOTIFY_PRIORITY="0" +``` +```sh +acme.sh --set-notify --notify-hook gotify +``` ## 18. Set notification for work.weixin.qq.com(企业微信)