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

[feature request] Homepage support #228

Closed zvarg closed 1 year ago

zvarg commented 1 year ago

It would be great, if wud supports Homepage.

fmartinou commented 1 year ago

Hi,

Thanks for the suggestion! 😃 (I wasn't aware of this tool).

I guess that the challenge is not to add wud to the page because it seems to be already possible using the "generic" service capabilities:

- Group A:
    - Service A:
        href: http://localhost/
        description: This is my service
        server: my-server
        container: my-container

But rather to have wud widgets (like the example below)? image

?

zvarg commented 1 year ago

Of course, widget information what I need :)

I think widget could contain the following informations

I was wondering if the count of triggers, watchers and registries could help or not. Probably the two of the above would be fine for start.

Playing some time to get visual example of the future widget: image

fmartinou commented 1 year ago

Hi,

There is now an official widget https://gethomepage.dev/en/services/whatsupdocker/ 🥳

(see #270)