mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
Preset Configurations per PVE Server #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gdeeble on GitHub (Oct 9, 2025).
🌟 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.
@michelroegl-brunner commented on GitHub (Oct 9, 2025):
Uh, i like that idea.
We have to wait for some changes in the main repo backendstuff, then i can implement that!