neodot/.config/ntfy/client.yml
2023-11-29 21:47:50 -05:00

14 lines
447 B
YAML

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"