Vigil - self-hosted dashboard that watches your Docker images and tells you when updates are available

https://lemmy.world/post/45223239

I use Watchtower for keeping my containers automatically updated - except for the more complicates setups - there I just get notified via mail.

To monitor, I use my generic Graphana+Prometheus with cAdvisor and Docker metrics enabled:

Alert monitor:

  • Alerting via Telegram

Docker monitoring:

nickfedor/watchtower - Docker Image

That looks really interesting. I didn’t know you could do that. I think what tried to do with Vigil, is something simpler more focused on users that are beginners rather than pros. But I appreciate you sharing that