From 4bafe7935dce2a6b288f3a2da0ebbd7f5932e22e Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 29 Nov 2023 21:47:50 -0500 Subject: [PATCH] Add ntfy --- .config/ntfy/client.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .config/ntfy/client.yml diff --git a/.config/ntfy/client.yml b/.config/ntfy/client.yml new file mode 100644 index 0000000..0bbabf7 --- /dev/null +++ b/.config/ntfy/client.yml @@ -0,0 +1,13 @@ +subscribe: +- topic: drone-builds + command: notify-send "$NTFY_TITLE" "$NTFY_MESSAGE" +- topic: envy + command: notify-send "$NTFY_TITLE" "$NTFY_MESSAGE" +- topic: mailcow-backup + command: notify-send "$NTFY_TITLE" "$NTFY_MESSAGE" +- topic: scripts + command: notify-send "$NTFY_TITLE" "$NTFY_MESSAGE" +- topic: ssh + command: notify-send "$NTFY_TITLE" "$NTFY_MESSAGE" +- topic: torentarr-status + command: notify-send "$NTFY_TITLE" "$NTFY_MESSAGE"