mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
Shortcut to script #106
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 @ricostuart on GitHub (Nov 16, 2025).
🌟 Briefly describe the feature
Add a display box with the script (like the website)
📝 Detailed description
I have TMUX installed on my proxmox servers to stop having issues when installing a script and having any interuptions closing the connection and failing to fully install. With TMUX I can run the script in the shell box on the proxmox webui and or via SSH and can close it without stopping any processes. Unfortuanty when I sometimes install a script using the local version, it doesnt use the TMUX shell and can often have a comms problem meaning it fails to install. It would be useful to be able to have the same shortcut style as the website so I can just manually run the script on a shell box or SSH rather than having to load up the website and doing it that way.
PS - you are doing awesome work here!
💡 Why is this useful?
Failing installs due to the shell disconnecting or other problem such as using a new browser window which stops the install from continuing is a rather regular issue for me. And having a shortcut link to use a local script and manually running it rather than having to go online and using that script would help mitigate against the problem.
@michelroegl-brunner commented on GitHub (Nov 16, 2025):
Would it be a ideea if i give you the option to enable tmux support. I think of a option wich runs each execution in a new tmux session?