1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-08-20 10:13:52 +02:00
ntfy/client/client.yml

19 lines
580 B
YAML
Raw Normal View History

2021-12-18 20:43:27 +01:00
# ntfy client config file
# Base URL used to expand short topic names in the "ntfy publish" and "ntfy subscribe" commands.
# If you self-host a ntfy server, you'll likely want to change this.
#
# default-host: https://ntfy.sh
# Subscriptions to topics and their actions. This option is only used by the "ntfy subscribe --from-config"
# command.
#
# Here's a (hopefully self-explanatory) example:
# subscribe:
# - topic: mytopic
2021-12-18 22:12:36 +01:00
# command: /usr/local/bin/mytopic-triggered.sh
2021-12-18 20:43:27 +01:00
# - topic: myserver.com/anothertopic
2021-12-18 22:12:36 +01:00
# command: 'echo "$message"'
2021-12-18 20:43:27 +01:00
#
# subscribe: