This repository was archived by the owner on Nov 2, 2024. It is now read-only.
User default values #3796
Closed
automatorz
started this conversation in
Ideas
Replies: 2 comments
-
Not interested, sorry |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there a specific reason why you're not interested? If I were to create the pull requests for the needed code changes, would you be willing to look into them? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
It would be cool if the scripts would allow the user to specify his own defaults, which would override the script defaults.
Imagine the following scenario(s):
Currently the only way to do that, is to choose an advanced installation, and then go through all of the settings choosing the default value, except for the 1-2-3 values that you actually want to change.
It would be nice if one could use env variables to specify their own defaults:
and then the script could do something like:
This way, the script sets a default value, but allows it to be overridden by the user, thus easing installs of multiple machines.
It would also be nice if setting one of the variables, e.g.:
one could for example also skip the other question pop-ups (e.g. "This will create a New Debian LXC. Proceed?" or "Use Default Settings?"), thus further easing automations, or even adding the ability to create wrapper scripts (e.g. setting up a 10-node kubernetes cluster, using LXC containers provisioned by helper-scripts).
Beta Was this translation helpful? Give feedback.
All reactions