infrastructure/ansible/plays/services/diun/diun.yml

20 lines
854 B
YAML
Raw Normal View History

2022-10-10 00:06:56 +02:00
watch:
workers: 20
schedule: "0 */6 * * *"
firstCheckNotif: false
notif:
2023-03-13 22:40:10 +01:00
matrix:
homeserverURL: http://pantalaimon:8008
user: "{{ diun.matrix.user }}"
password: "{{ diun.matrix.password }}"
roomID: "{{ diun.matrix.roomID }}"
msgType: notice
2022-10-10 00:06:56 +02:00
templateBody: |
2022-10-10 00:11:05 +02:00
{% raw %}Docker tag {{ if .Entry.Image.HubLink }}[**{{ .Entry.Image }}**]({{ .Entry.Image.HubLink }}){{ else }}**{{ .Entry.Image }}**{{ end }} which you subscribed to through {{ .Entry.Provider }} provider {{ if (eq .Entry.Status "new") }}is available{{ else }}has been updated{{ end }} on {{ .Entry.Image.Domain }} registry.
2023-03-23 08:07:44 +01:00
{{ if and (eq .Entry.Status "new") (eq .Entry.Image "docker.io/jitsi/web") }}See https://github.com/jitsi/docker-jitsi-meet/releases/tag/{{ .Entry.Image.Tag }}{{ end }}{% endraw %}
2022-10-10 00:06:56 +02:00
providers:
file:
filename: /watch.yml