From 8c44aebf90854832e331c41ffa61a5ba140c9198 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 3 Jul 2026 09:55:21 -0400 Subject: [PATCH] =?UTF-8?q?watchtower:=20standardize=20notification=20titl?= =?UTF-8?q?e=20=E2=80=94=20.balders.ca=20+=20Titlecase=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fleet-wide the WATCHTOWER_NOTIFICATIONS_HOSTNAME / _TITLE_TAG had drifted into 4 styles (FQDN, ALLCAPS, abbreviations like Dash/NC, lowercase). Standardize on HOSTNAME=.balders.ca + TITLE_TAG= (capitalized Loki/DNS host label) so every Watchtower update notification reads consistently: [Mediapvr] Watchtower updates on mediapvr.balders.ca Co-Authored-By: Claude Opus 4.8 (1M context) --- roles/dawarich/templates/docker-compose.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/dawarich/templates/docker-compose.yml.j2 b/roles/dawarich/templates/docker-compose.yml.j2 index a5f9ba7..9392ad5 100644 --- a/roles/dawarich/templates/docker-compose.yml.j2 +++ b/roles/dawarich/templates/docker-compose.yml.j2 @@ -181,7 +181,7 @@ services: - WATCHTOWER_NOTIFICATION_REPORT=true - WATCHTOWER_NOTIFICATIONS=shoutrrr - WATCHTOWER_NOTIFICATION_URL={{ watchtower_gotify_url }} - - WATCHTOWER_NOTIFICATIONS_HOSTNAME=DAWARICH - - WATCHTOWER_NOTIFICATION_TITLE_TAG=DAWARICH + - WATCHTOWER_NOTIFICATIONS_HOSTNAME=dawarich.balders.ca + - WATCHTOWER_NOTIFICATION_TITLE_TAG=Dawarich # Render empty when nothing was updated/failed — see feedback_watchtower_pushover. - 'WATCHTOWER_NOTIFICATION_TEMPLATE={% raw %}{{- if .Report -}}{{- with .Report -}}{{- if or .Updated .Failed -}}{{ len .Updated }} updated, {{ len .Failed }} failed{{- range .Updated}} | updated {{.Name}}{{- end -}}{{- range .Failed}} | FAILED {{.Name}}{{- end -}}{{- end -}}{{- end -}}{{- end -}}{% endraw %}'