mirror of
https://github.com/crazy-max/diun.git
synced 2024-11-23 23:49:35 +00:00
5d583809a0
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
19 lines
784 B
YAML
19 lines
784 B
YAML
notif:
|
|
mail:
|
|
host: localhost
|
|
port: 25
|
|
ssl: false
|
|
insecureSkipVerify: false
|
|
from: diun@example.com
|
|
to: webmaster@example.com
|
|
templateBody: |
|
|
Docker tag {{ if .Entry.Image.HubLink }}[**{{ .Entry.Image }}**]({{ .Entry.Image.HubLink }}){{ else }}**{{ .Entry.Image }}**{{ end }}
|
|
which you subscribed to through {{ .Entry.Provider }} provider has been {{ if (eq .Entry.Status "new") }}newly added{{ else }}updated{{ end }}.
|
|
|
|
This image has been {{ if (eq .Entry.Status "new") }}created{{ else }}updated{{ end }} at
|
|
<code>{{ .Entry.Manifest.Created.Format "Jan 02, 2006 15:04:05 UTC" }}</code> with digest <code>{{ .Entry.Manifest.Digest }}</code>
|
|
for <code>{{ .Entry.Manifest.Platform }}</code> platform.
|
|
|
|
providers:
|
|
docker: {}
|