-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Auto-update #160
Comments
Currently if user uses Docker image, it already has auto update via If we use config file to disable/enable this option, it will cause a problem. Normally people will run the docker image without providing So in order to avoid conflict with docker users, I suggest that we have check for an environment variable like If Docker user wants to have autoupdate, they can also override the env var. Win-win for docker or non-docker user. |
Maybe this |
Hmm then maybe we can have both? EFC will check for the:
Something like: This way, even if we use default config, we can still disable it on docker image via env var |
Is it not safe to assume people with the |
If user uses My suggestion for I hope this makes sense 🤔 |
How about we just disable any auto-update features if the user uses docker, since they have their own system anyway? |
Yeah that's what I'm suggesting. And the easiest way to do it is via checking env var |
It just checks for docker env & group, just like what we are trying to do by checking env var
|
My 5 cents: I'm using docker in DSM (Synology's OS) and it doesn't auto-update containers built with the |
Current Behavior (if any)
Only notifies of new version.
Desired Behavior
Add a setting, such that
epicgames-freebies-claimer
will auto-update.Motivation / Use Case for Changing the Behavior
If a breaking bug occurs, fixes can be automatically retrieved and operation can continue normally.
The text was updated successfully, but these errors were encountered: