20 lines
477 B
YAML
20 lines
477 B
YAML
watch:
|
|
workers: 20
|
|
schedule: "0 */6 * * *"
|
|
firstCheckNotif: false
|
|
jitter: "30s"
|
|
|
|
providers:
|
|
docker:
|
|
watchByDefault: true
|
|
file:
|
|
filename: /data/images-to-monitor.yml
|
|
|
|
notif:
|
|
ntfy:
|
|
endpoint: https://notify.grobecker.me
|
|
topic: diun
|
|
priority: 3
|
|
templateTitle: "[diun hetzner] {{ .Entry.Image }} released"
|
|
templateBody: |
|
|
Docker tag {{ .Entry.Image }} which you subscribed to through {{ .Entry.Provider }} provider has been released.
|