Ntfy: Difference between revisions

From wikinotes
(Created page with "A self hosted pub/sub server wtih a complementary FOSS app that will issue push notifications. = Documentation = <blockquote> {| class="wikitable" |- | home || https://ntfy.sh/ |- | github || https://github.com/binwiederhier/ntfy |- | ios app || https://github.com/binwiederhier/ntfy-ios |- | android app || https://play.google.com/store/apps/details?id=io.heckel.ntfy |- |} </blockquote><!-- Documentation --> = Usage = <blockquote> <syntaxhighlight lang="bash"> curl \...")
 
No edit summary
Line 15: Line 15:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Install =
<blockquote>
<syntaxhighlight lang="bash">
pkg install ntfy  # FreeBSD
</syntaxhighlight>
</blockquote><!-- Install -->


= Usage =
= Usage =

Revision as of 02:56, 20 January 2024

A self hosted pub/sub server wtih a complementary FOSS app that will issue push notifications.

Documentation

home https://ntfy.sh/
github https://github.com/binwiederhier/ntfy
ios app https://github.com/binwiederhier/ntfy-ios
android app https://play.google.com/store/apps/details?id=io.heckel.ntfy

Install

pkg install ntfy  # FreeBSD

Usage

curl \
  -d "Backup successful 😀" \
  ntfy.sh/mytopic