-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option for unattended upgrades #58
Comments
Hello @Noki I guess it would indeed be fairly simple to compare the versions output by |
Currently I do it using the UI of my Synology NAS. It's basically Automatically updating the the docker-flexget container / repo for every new flexget version would probably be the best choice because it would than work with Ouroboros or Watchtower. I think you could automate it with GitHub Actions, however I have never done this myself. |
I am using watchtower on the synology and every docker is nicely updated all the time. By far the best solution. |
I would love to see an option (ENV variable) that allows the container to automatically upgrade itself to the latest version. With a cronjob and "flexget -V" it should be possible to detect that a newer version is available and then the container could just restart itself, which is currently the upgrade method.
The text was updated successfully, but these errors were encountered: