Ntfy: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 9: Line 9:
| official docs || https://docs.ntfy.sh/
| official docs || https://docs.ntfy.sh/
|-
|-
| integrations || https://docs.ntfy.sh/integrations/
| 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
| github || https://github.com/binwiederhier/ntfy
Line 19: Line 21:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Locations =
<blockquote>
{| class="wikitable"
|-
| <code>${PREFIX}/etc/ntfy/server.yml</code> || config
|-
|}
</blockquote><!-- Locations -->


= Install =
= Install =
Line 35: Line 46:
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Usage -->
</blockquote><!-- Usage -->
= Notes =
<blockquote>
{| class="wikitable"
|-
| [[ntfy configuration]]
|-
|}
</blockquote><!-- Notes -->

Revision as of 00:03, 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

Install

pkg install ntfy  # FreeBSD

Usage

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

Notes

ntfy configuration