Ntfy install: Difference between revisions

From wikinotes
(Created page with " = FreeBSD = <blockquote> <syntaxhighlight lang="bash"> pkg install ntfy # FreeBSD </syntaxhighlight> NOTE: doesn't ship with a service </blockquote><!-- FreeBSD -->")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
There's two installable components:
* a <code>ntfy</code> client, that basically stands in for curl
* the server itself
= Archlinux =
<blockquote>
<syntaxhighlight lang="bash">
aur sync ntfysh-bin
</syntaxhighlight>
</blockquote><!-- Archlinux -->


= FreeBSD =
= FreeBSD =
Line 6: Line 16:
</syntaxhighlight>
</syntaxhighlight>


NOTE: doesn't ship with a service
{{ WARNING |
 
This executable does not ship with the server! <code>ntfy serve</code> is missing.
}}
</blockquote><!-- FreeBSD -->
</blockquote><!-- FreeBSD -->
= Kubernetes =
<blockquote>
There's literally a ready-made configuration
https://docs.ntfy.sh/install/#kubernetes
</blockquote><!-- Kubernetes -->

Latest revision as of 00:27, 16 May 2024

There's two installable components:

  • a ntfy client, that basically stands in for curl
  • the server itself

Archlinux

aur sync ntfysh-bin

FreeBSD

pkg install ntfy  # FreeBSD


WARNING:


This executable does not ship with the server! ntfy serve is missing.

Kubernetes

There's literally a ready-made configuration

https://docs.ntfy.sh/install/#kubernetes