Replies: 2 comments 2 replies
-
Heya The password you can use is a fairly common method, does this help?
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm also interested in a way to disable the version check |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version and OS
0.40.3 on Kubernetes with the help of this helm chart
Is your feature request related to a problem? Please describe.
We're running an automated deployment of changedetection.io on our on-premise Kubernetes cluster. We basically only need to set a system password and disable the version check. Through source code digging, we found that the password needs to be a (complexly hashed) environment value of SALTED_PASS and we hacked disabling the version check by setting the env GITHUB_REF to some bogus value.
Describe the solution you'd like
The available configuration options should be documented to completely automate the setup of the application. I guess, mostly the Flask environment configuration methods will help here, but a documented list of available configuration options would be great.
As for the version check: Apparently it's currently not supported to be disabled at all (other than workflows and tests). We depend on the Helm chart for deployment and the chart defines the support app version. While we could override this, we'd like to run the chart-supported version. So enabling to configure it would be great as well. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions