mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
Add ability to choose script variant before execution #81
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 @emerick-biron on GitHub (Oct 24, 2025).
🌟 Briefly describe the feature
Allow users to select which variant of a script to execute when multiple installation options exist.
📝 Detailed description
Some scripts in the community repository provide multiple installation variants under the same category (for example, Docker LXC scripts often include both a default and an Alpine Linux version).
Currently, only the first variant listed can be executed from the web UI — the others are displayed but cannot be selected or launched.
Requested improvement:
install_default.sh,install_alpine.sh).💡 Why is this useful?
This feature improves flexibility and usability for users who prefer lightweight or specialized environments (e.g., Alpine-based containers).
It prevents confusion when multiple scripts are visible but only one is functional, and ensures that all supported installation variants can be used directly from the web UI without manual editing or CLI intervention.
@michelroegl-brunner commented on GitHub (Oct 24, 2025):
Yeah, sure. I totally forgot about it. This will be added!