25 lines
387 B
Text
25 lines
387 B
Text
# listening address for the http server
|
|
http-address 0.0.0.0:8080
|
|
log-level info
|
|
# text or json
|
|
log-format text
|
|
|
|
ntfy {
|
|
server "https://ntfy.sh"
|
|
# optional username + password
|
|
# username test
|
|
# password test
|
|
|
|
# or access token
|
|
access-token "..."
|
|
}
|
|
|
|
handler "/flux" {
|
|
type "flux"
|
|
topic "/flux"
|
|
}
|
|
|
|
# handler "/alertmanager" {
|
|
# type "alertmanager"
|
|
# topic "/infra"
|
|
# }
|