From 05c10326aa5b995c0bb883c30f4de5d354f6a026 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 23 Mar 2025 17:21:19 -0400 Subject: [PATCH] Updated Notify_ntfy (markdown) --- Notify_ntfy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_ntfy.md b/Notify_ntfy.md index 4410391..22575fa 100644 --- a/Notify_ntfy.md +++ b/Notify_ntfy.md @@ -20,7 +20,7 @@ Valid syntax is as follows: * `ntfy://{user}@{host}:{port}/{topics}` * `ntfy://{user}:{password}@{host}/{topics}` * `ntfy://{user}:{password}@{host}:{port}/{topics}` -* `ntfy://{token}@{hostname}/{targets}` +* `ntfy://{token}@{hostname}/{topics}` The secure versions: * `ntfys://{topic}` @@ -30,7 +30,7 @@ The secure versions: * `ntfys://{user}@{host}:{port}/{topics}` * `ntfys://{user}:{password}@{host}/{topics}` * `ntfys://{user}:{password}@{host}:{port}/{topics}` -* `ntfys://{token}@{hostname}/{targets}` +* `ntfys://{token}@{hostname}/{topics}` You can specify more then 1 topic such as: * **ntfy**://**{user}**:**{password}**/**{hostname}**/**{topic1}**/**{topic2}**