From 6c1ef0557d4b911725e58482110ebbd46d7f28ea Mon Sep 17 00:00:00 2001 From: beedaddy Date: Thu, 20 Mar 2025 10:26:13 +0100 Subject: [PATCH] add ntfy token --- notify.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notify.md b/notify.md index 22d88af..ca103de 100644 --- a/notify.md +++ b/notify.md @@ -725,11 +725,12 @@ acme.sh --set-notify --notify-hook mattermost ## 25. Set notification for ntfy -Make sure to change `NTFY_TOPIC` to something that cannot be guessed easily. +Make sure to change `NTFY_TOPIC` to something that cannot be guessed easily. `NTFY_TOKEN` is optional. ```sh export NTFY_URL="https://ntfy.sh" export NTFY_TOPIC="xxxxxxxxxxxxx" +export NTFY_TOKEN="xxxxxxxxxxxxx" acme.sh --set-notify --notify-hook ntfy ```