22 lines
468 B
YAML
22 lines
468 B
YAML
watch:
|
|
workers: 20
|
|
schedule: "0 */12 * * *"
|
|
runOnStartup: true
|
|
compareDigest: true
|
|
|
|
providers:
|
|
docker:
|
|
watchByDefault: true
|
|
watchStopped: true
|
|
|
|
|
|
notif:
|
|
gotify:
|
|
endpoint: https://gotify.yugi.cz
|
|
token: A7EM6syLWMocp-z
|
|
priority: 1
|
|
timeout: 10s
|
|
templateTitle: "{{ .Entry.Image }} released"
|
|
templateBody: |
|
|
Docker tag {{ .Entry.Image }} which you subscribed to through {{ .Entry.Provider }} provider has been released.
|