config_messaging - euzu/tuliprox GitHub Wiki
messaging
messaging is an optional configuration for receiving messages.
Currently only telegram, rest-post and pushover.net is supported.
Each entry is optional.
Messaging is Opt-In, you need to set the notify_on message types which are
infostatserror
messaging:
notify_on:
- info
- stats
- error
telegram:
bot_token: '<telegram bot token>'
chat_ids:
- '<telegram chat id>'
rest:
url: <POST url>
pushover:
token: <pushover api token>
user: <pushover user token>
url: `optional`, default is https://api.pushover.net/1/messages.jsonFor more information: