fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
1.02k stars 33 forks source link

Apprise triggers/notifications not working in 6.2.0 #265

Open RichyHBM opened 1 year ago

RichyHBM commented 1 year ago

Since updating from 6.1.1 to 6.2.0 it seems notifications via apprise have stopped working.

My trigger env look like: - WUD_TRIGGER_APPRISE_MATTERMOST_URL=http://apprise:8000 - WUD_TRIGGER_APPRISE_MATTERMOST_URLS=apprise://apprise:8000/apprise?tags=docker

fmartinou commented 1 year ago

Hi,

I checked the diff between the 2 versions (https://github.com/fmartinou/whats-up-docker/compare/6.1.1...6.2.0) and I don't see any change related to Apprise 🤔

Are you sure it's working in 6.1.1? Can you enable the debug logs to see if something bad happens?

RichyHBM commented 1 year ago

Can't see anything between those 2 versions either that would cause it, not even dependency version changes..

Yes, definitelly works in 6.1.1, and can't see anything obvious in the logs

RichyHBM commented 1 year ago

Just thought I would update this with my latest findings, seems using apprise://apprise:8000/apprise?tags=docker doesn't work, but if I use the apprise url that the docker tag links to directly, it does