This commit is contained in:
Tyler Perkins 2023-11-29 21:47:50 -05:00
parent a3b3104df1
commit 4bafe7935d
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

13
.config/ntfy/client.yml Normal file
View File

@ -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"