Ntfy: Difference between revisions

From wikinotes
Line 30: Line 30:
|}
|}
</blockquote><!-- Locations -->
</blockquote><!-- Locations -->
= Install =
<blockquote>
<syntaxhighlight lang="bash">
pkg install ntfy  # FreeBSD
</syntaxhighlight>
</blockquote><!-- Install -->


= Usage =
= Usage =

Revision as of 00:04, 16 May 2024

A self hosted pub/sub server wtih a FOSS app (iOS/android) that will issue push notifications.

Documentation

home https://ntfy.sh/
official docs https://docs.ntfy.sh/
sample config https://github.com/binwiederhier/ntfy/blob/main/server/server.yml
integrations docs https://docs.ntfy.sh/integrations/
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

Locations

${PREFIX}/etc/ntfy/server.yml config

Usage

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

Notes

ntfy install
ntfy usage
ntfy configuration