I have Gotify server running in docker on a pi 4B and Watchtower configured* to send notifications through it to a Gotify client on my mobile. It works really well when I'm connected to the network at home. But outside of my home network, obviously the client can't connect to the server. That would be fine, except that it notifies me of this every 20 minutes. For context I have Watchtower checking for updates and sending notifications once a week.
Is anyone aware of a simple way to stop these notifications? The best I've thought of myself is using a Routine to closing the app when I leave home wifi for more than x minutes.
*
WATCHTOWER_NOTIFICATIONS=gotify
WATCHTOWER_NOTIFICATION_GOTIFY_URL
WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN
