Change template notif

This commit is contained in:
2025-03-30 15:33:48 +02:00
parent 2b5176f487
commit adb437d036
+1 -1
View File
@@ -23,6 +23,6 @@ services:
WATCHTOWER_TIMEOUT: 30s WATCHTOWER_TIMEOUT: 30s
WATCHTOWER_LOG_FORMAT: pretty WATCHTOWER_LOG_FORMAT: pretty
WATCHTOWER_NOTIFICATIONS: shoutrrr WATCHTOWER_NOTIFICATIONS: shoutrrr
WATCHTOWER_NOTIFICATION_TEMPLATE: {{range .}}${HOSTNAME}{{.Message}}{{println}}{{end}} WATCHTOWER_NOTIFICATION_TEMPLATE: "{{range .}}${HOSTNAME}: {{.Message}}{{println}}{{end}}"
WATCHTOWER_NOTIFICATION_URL: smtp://diun@sda.zone:sda101176@mail.serveur:25/?from=diun@sda.zone&to=thedarty@gmail.com&Auth=none&Encryption=ExplicitTLS&starttls=no&FromName=WatchTower&Subject=WatchTower+Updates WATCHTOWER_NOTIFICATION_URL: smtp://diun@sda.zone:sda101176@mail.serveur:25/?from=diun@sda.zone&to=thedarty@gmail.com&Auth=none&Encryption=ExplicitTLS&starttls=no&FromName=WatchTower&Subject=WatchTower+Updates
restart: always restart: always