ntfy-bridge/config.example.scfg

26 lines
387 B
Text
Raw Normal View History

2023-09-01 15:53:47 +00:00
# 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 "..."
2023-09-01 15:53:47 +00:00
}
handler "/flux" {
type "flux"
topic "/flux"
}
# handler "/alertmanager" {
# type "alertmanager"
# topic "/infra"
# }