mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
ntfy: add page (#14006)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
b5ba068dfd
commit
617c6f9cee
1 changed files with 28 additions and 0 deletions
28
pages/common/ntfy.md
Normal file
28
pages/common/ntfy.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# ntfy
|
||||
|
||||
> Send and receive HTTP POST notifications.
|
||||
> More information: <https://github.com/binwiederhier/ntfy>.
|
||||
|
||||
- Send a message to the `security` topic:
|
||||
|
||||
`ntfy pub security "{{Front door has been opened.}}"`
|
||||
|
||||
- Send with a title, priority and tags:
|
||||
|
||||
`ntfy publish --title="{{Someone bought your item}}" --priority={{high}} --tags={{duck}} {{ebay}} "{{Someone just bought your item: Platypus Sculpture}}"`
|
||||
|
||||
- Send at 8:30am:
|
||||
|
||||
`ntfy pub --at=8:30am {{delayed_topic}} "{{Time for school, sleepyhead...}}"`
|
||||
|
||||
- Trigger a webhook:
|
||||
|
||||
`ntfy trigger {{my_webhook}}`
|
||||
|
||||
- Subscribe to a topic (Ctrl-C to stop listening):
|
||||
|
||||
`ntfy sub {{home_automation}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`ntfy --help`
|
Loading…
Add table
Reference in a new issue