[feature] disable version check
Closed this issue · 1 comments
Version and OS
I'm running a container from the latest ghcr.io/dgtlmoon/changedetection.io
image (v0.47.06) using Docker on an Ubuntu 22.04 LTS server.
Is your feature request related to a problem? Please describe.
I don't want my changedetection.io to perform a version check.
Describe the solution you'd like
I'd like the version check to be configurable with an environment variable I could pass to the container, e.g. DISABLE_VERSION_CHECK=true
.
Describe the use-case and give concrete real-world examples
I like to limit how software I self-host is reaching out to 3rd party services by degree and frequency.
Additional context
I handle image/container updates manually and/or with Watchtower.
I'm willing to write, test, or at least otherwise help with the patch to add this configuration option.
I realize disabling the version check would limit the amount of information you get about total clients / usage / versions in the wild, so I'm willing to discuss other ways to help you get that information.
DISABLE_VERSION_CHECK=true
is fine, thanks!