neodot/.config/ntfy/client.yml

14 lines
447 B
YAML
Raw Normal View History

2023-11-30 02:47:50 +00:00
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"