client.yml 580 B

123456789101112131415161718
  1. # ntfy client config file
  2. # Base URL used to expand short topic names in the "ntfy publish" and "ntfy subscribe" commands.
  3. # If you self-host a ntfy server, you'll likely want to change this.
  4. #
  5. # default-host: https://ntfy.sh
  6. # Subscriptions to topics and their actions. This option is only used by the "ntfy subscribe --from-config"
  7. # command.
  8. #
  9. # Here's a (hopefully self-explanatory) example:
  10. # subscribe:
  11. # - topic: mytopic
  12. # command: /usr/local/bin/mytopic-triggered.sh
  13. # - topic: myserver.com/anothertopic
  14. # command: 'echo "$message"'
  15. #
  16. # subscribe: