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 \...")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
A self hosted pub/sub server wtih a complementary FOSS app that will issue push notifications.
A self hosted pub/sub server wtih a FOSS app (iOS/android) that will issue push notifications.


= Documentation =
= Documentation =
Line 6: Line 6:
|-
|-
| home || https://ntfy.sh/
| 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
| github || https://github.com/binwiederhier/ntfy
Line 16: Line 22:
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->


= Usage =
= Locations =
<blockquote>
<blockquote>
<syntaxhighlight lang="bash">
{| class="wikitable"
curl \
|-
  -d "Backup successful 😀" \
| <code>${PREFIX}/etc/ntfy/server.yml</code> || config
  ntfy.sh/mytopic
|-
</syntaxhighlight>
|}
</blockquote><!-- Usage -->
</blockquote><!-- Locations -->
 
= Ports =
<blockquote>
{| class="wikitable"
|-
| <code>80</code> || both UI and API are exposed on port 80
|-
|}
</blockquote><!-- Ports -->
 
= Notes =
<blockquote>
{| class="wikitable"
|-
| [[ntfy install]]
|-
| [[ntfy usage]]
|-
| [[ntfy configuration]]
|-
|}
</blockquote><!-- 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