mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-04-03 21:27:35 +03:00
I think we're getting there
This commit is contained in:
parent
f266afa1de
commit
2c1989beb0
3 changed files with 73 additions and 58 deletions
|
@ -11,8 +11,8 @@
|
|||
# Here's a (hopefully self-explanatory) example:
|
||||
# subscribe:
|
||||
# - topic: mytopic
|
||||
# exec: /usr/local/bin/mytopic-triggered.sh
|
||||
# command: /usr/local/bin/mytopic-triggered.sh
|
||||
# - topic: myserver.com/anothertopic
|
||||
# exec: 'echo "$message"'
|
||||
# command: 'echo "$message"'
|
||||
#
|
||||
# subscribe:
|
||||
|
|
|
@ -7,8 +7,8 @@ const (
|
|||
type Config struct {
|
||||
DefaultHost string
|
||||
Subscribe []struct {
|
||||
Topic string
|
||||
Exec string
|
||||
Topic string
|
||||
Command string
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue