Files
diun/docs/notif/gotify.md
2021-03-01 00:47:15 +01:00

1.0 KiB

Gotify notifications

Notifications can be sent using a Gotify instance.

Configuration

!!! example "File" yaml notif: gotify: endpoint: http://gotify.foo.com token: Token123456 priority: 1 timeout: 10s

Name Default Description
endpoint1 Gotify base URL
token Application token
tokenFile Use content of secret file as application token if token not defined
priority 1 The priority of the message
timeout 10s Timeout specifies a time limit for the request to be made

!!! abstract "Environment variables" * DIUN_NOTIF_GOTIFY_ENDPOINT * DIUN_NOTIF_GOTIFY_TOKEN * DIUN_NOTIF_GOTIFY_TOKENFILE * DIUN_NOTIF_GOTIFY_PRIORITY * DIUN_NOTIF_GOTIFY_TIMEOUT

Sample


  1. Value required ↩︎