TL;DR: is there an app that can alert me when a new version of some other app is available?
I have about 12 - 15 services (freshrss, heimdall, photoprism, Wordpress, etc) running using docker compose spread across 4 hosts. Through my self-hosting journey I’ve been burned a few times using “latest” images so I now pin app image versions within compose.
The problem then becomes that every couple of weeks, I have to go out to different GitHub’s, docker hub, etc. to see if a new update for that service is available. It gets a bit tedious with 12-15 services every couple of weeks so I need a centralized and more efficient way of “keeping up”.
Is there some type of app that can track whether an app/service has a new version available? Ideally it can send me some type of notification, self-hostable, and ideally not Portainer?
GitHub has the option of emailing you on releases etc. by email.
You can also hook it to RSS https://stackoverflow.com/questions/7353538/setting-up-a-github-commit-rss-feed
Simple solution. I like it! Although I think it will get lost in the sea of daily emails….
I just subscribe with RSS to the releases page on github of each project
This sounds like the simplest and most effective solution. Thanks!
Thanks!
If im doing this right, the url is just the releases page for the repo with a .atom at the end. So for Vaultwarden it is https://github.com/dani-garcia/vaultwarden/releases.atom
Maybe take a look at Diun or Watchtower
I use Diun and ntfy to get push notifications about new docker image versions on my smartphone. Other options include notifications for Discord, mail, MQTT, Slack, Webhook and more.
Was not aware of Diun, will check out!
Taking a brief look at that blog post, the author doesn’t know that wt can be set to only notify… Or that wt can be set to act at specific date or time… It’s like they never looked at the wt env variables at all, just yolo defaults and then complain that it doesn’t do what they want out of the box (‘because my settings are the best and they should clearly be the default for everyone!’). For someone who spent much time exploring other options and complaining, they didn’t take ~10 minutes to learn that the initial issue was indeed themselves.
(I use wt and set up many options to avoid these issues, successfully)
While of course Watchtower can be configured to not update and only notify there is also a nice, lightweight alternative out there that is built only for image update notifications: Diun.
I think he looked at it.
Why did they spend 8 paragraphs of ‘this is terrible’ and then be like ‘but you can change that, though I decided not to’. I dunno, the whole post is stupid, imo. It’s complaining about something that has already been resolved, then suggesting a different solution.
shrug
RSS feeds
Love that username tho!! Yeah might just do RSS. I already run FreshRSS and it’s ability to filter stuff would probably come in handy too
I use renovate myself. Via a cron job against a self hosted gitea instance.
https://github.com/renovatebot/renovate
Works for many dependency types including docker images. You can also have it pin non version tags (using digests).
Argus https://release-argus.io
This looks interesting too
I like this
Check out WhatsupDocker. I use the same to inform me of updates. It is self-hostable as well. I then use the WUD widget for homepage to let me know that there’s an update available on my dashboard
Watchtower will automatically update docker containers.
I use diun and rss feeds. So far I’ve had different levels of success with different services.
For example for Immich the RSS is a lot more useful because it lets you know when you need to run manual steps.