Ntfy: Difference between revisions

From wikinotes
 
(2 intermediate revisions by the same user not shown)
Line 31: Line 31:
</blockquote><!-- Locations -->
</blockquote><!-- Locations -->


= Install =
= Ports =
<blockquote>
<blockquote>
<syntaxhighlight lang="bash">
{| class="wikitable"
pkg install ntfy  # FreeBSD
|-
</syntaxhighlight>
| <code>80</code> || both UI and API are exposed on port 80
</blockquote><!-- Install -->
|-
 
|}
= Usage =
</blockquote><!-- Ports -->
<blockquote>
<syntaxhighlight lang="bash">
curl \
  -d "Backup successful 😀" \
  ntfy.sh/mytopic
</syntaxhighlight>
</blockquote><!-- Usage -->


= Notes =
= Notes =

Latest revision as of 00:29, 19 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

Ports

80 both UI and API are exposed on port 80

Notes

ntfy install
ntfy usage
ntfy configuration