stacks/diun/diun.yml
2025-03-20 11:11:19 +01:00

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