http notifications with ntfy #2035
Unanswered
Testpilot1988
asked this question in
Q&A
Replies: 1 comment
-
Solved the issue myself. Gonna keep the post up to help others. Needed to change my docker compose text to the following for it to work: WATCHTOWER_NOTIFICATIONS: shoutrrr |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all, as the Tittle suggests I'm running watchtower with docker and would like to receive notifications via ntfy (also on docker) whenever a container gets updated however I'm behind a CGNAT and my server doesn't have an https domain so I'm just trying to setup notifications through my local network.
I get errors in watchtower when I try to use my internal IP (ntfy://192.168.x.x....) for the URL in docker compose because it's not an https (and yes I have tried putting the leading https in but that just makes for addition errors.
I've read the documentation and see that there is a Props option as ?key=value.... And the default Scheme is https... But I'm not sure how to make use of this info correctly...
I've tried the following but it doesn't appear to be in the correct syntax.
Watchtower_notification_url: ntfy://192.168.x.x:7200/?title=Updates/?Scheme=http
Help me out here please... Any ideas? Are local notifications possible at all this way?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions