From 98c08fd8d0d541f9b574896470347bc5b24abc62 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:02:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(watchtower):=20disable=20b?= =?UTF-8?q?roken=20telegram=20notifications?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Shoutrrr has URL parsing issues with Telegram bot tokens containing colons. Auto-deployment works fine - notifications can be added later via n8n webhook workflow if needed. Co-Authored-By: Claude Opus 4.5 --- docker-compose.macmini.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index ce2ef74ff..f0b2c578d 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -740,10 +740,8 @@ 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" # Send notification on every run (for testing) - WATCHTOWER_NOTIFICATIONS: shoutrrr - # URL from .env.macmini with URL-encoded colon (%3A) in bot token - WATCHTOWER_NOTIFICATION_URL: ${WATCHTOWER_NOTIFICATION_URL} + # Notifications disabled - shoutrrr has URL parsing issues with Telegram bot tokens + # Auto-deployment works fine. Set up n8n webhook workflow for notifications if needed. # ============================================ # Volumes