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"