-
Notifications
You must be signed in to change notification settings - Fork 3
Description
🌟 Briefly describe the feature
Scripts contain the ability to have some defaults, moving this into the UI would help manage it on a server by server basis
📝 Detailed description
Today the install scripts can read from a file with predefined values to speed up the process. To make this process manageable, exposing these values to the UI on a server by server basis so you can update them there could help streamline the installation.
When you click install, the page could ask you what the container name should be and potentially the password and if you want to use the defaults for the server selected, then pass them to the script thus making it really a point and click solution.
💡 Why is this useful?
By adding the ability to create defaults in UI, you can easily manage them and have the scripts auto run by passing some variables in and the configuration items. This will reduce the time it might take create a container and help keep the environment consistent.