From d2b1a1c8a9751efb540671e9308557e59d90d30b Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:01:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(watchtower):=20use=20URL-e?= =?UTF-8?q?ncoded=20telegram=20token=20from=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move notification URL to .env.macmini with URL-encoded colon (%3A) in the Telegram bot token to avoid shoutrrr parsing issues. Co-Authored-By: Claude Opus 4.5 --- docker-compose.macmini.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index da3afd987..3c7347ba3 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -740,11 +740,10 @@ services: WATCHTOWER_POLL_INTERVAL: 300 # Check every 5 minutes WATCHTOWER_CLEANUP: "true" # Remove old images WATCHTOWER_INCLUDE_STOPPED: "false" # Only update running containers - WATCHTOWER_NOTIFICATION_REPORT: "true" # Always send notification on update - # Notifications via generic webhook to n8n (which forwards to Telegram) - # This avoids URL parsing issues with Telegram bot tokens containing colons + WATCHTOWER_NOTIFICATION_REPORT: "true" # Send notification on every run (for testing) WATCHTOWER_NOTIFICATIONS: shoutrrr - WATCHTOWER_NOTIFICATION_URL: "generic+http://n8n:5678/webhook/watchtower" + # URL from .env.macmini with URL-encoded colon (%3A) in bot token + WATCHTOWER_NOTIFICATION_URL: ${WATCHTOWER_NOTIFICATION_URL} # ============================================ # Volumes