mirror of
https://github.com/cooperspencer/gickup
synced 2024-11-08 12:09:18 +01:00
Push (#148)
* added gotify and ntfy to notify * added new example config
This commit is contained in:
parent
b2da20028e
commit
fae97c289b
@ -232,7 +232,15 @@ metrics:
|
||||
urls:
|
||||
- http(s)://url-to-make-request-to
|
||||
- http(s)://another-url-to-make-request-to
|
||||
|
||||
push:
|
||||
ntfy:
|
||||
- url: http(s)://url-to-ntfy/your-topic
|
||||
token: your-token
|
||||
user: your-user
|
||||
password: your-password
|
||||
gotify:
|
||||
- url: http(s)://url-to-gotify
|
||||
token: your-token
|
||||
---
|
||||
|
||||
# you can define separate source and destination pairs,
|
||||
|
Loading…
Reference in New Issue
Block a user