main
1# ntfy client configuration for self-hosted instance
2# This is a template file - use ntfy-update-config to generate the actual client.yml
3
4# Default server for all commands
5default-host: https://ntfy.sbr.pm
6
7# Default authentication token (injected from passage)
8default-token: "passage::home/ntfy/token"
9
10# Subscribe configuration
11subscribe:
12 - topic: homelab
13 command: ~/.config/ntfy/handle-notification.sh
14 if:
15 priority: high,urgent
16 - topic: git-builds
17 command: ~/.config/ntfy/handle-notification.sh
18 - topic: builds
19 command: ~/.config/ntfy/handle-notification.sh