14 lines
No EOL
408 B
YAML
14 lines
No EOL
408 B
YAML
notif:
|
|
gotify:
|
|
endpoint: # URl du notifieur (ex: gotify)
|
|
token: # Token pour gotify à prendre sur l'application gotify si utilisation de gotify
|
|
priority: 1
|
|
timeout: 10s
|
|
templateTitle: "{{ .Entry.Image }}"
|
|
templateBody: |
|
|
Sur XXXX le container {{ .Entry.Image }} doit être mise à jour {{ .Entry.Provider }}.
|
|
|
|
watch:
|
|
workers: 30
|
|
schedule: "0 19,23 * * *"
|
|
jitter: 30s |