mirror of https://github.com/caronc/apprise
Updated Notify_ntfy (markdown)
parent
404f1dcd23
commit
05c10326aa
|
@ -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}**
|
||||
|
|
Loading…
Reference in New Issue