Automated helper scripts #1845
Bonfra04
started this conversation in
Show and tell
Replies: 2 comments 3 replies
-
This breaks with PR #1801, the whiptails have changed a bit,, just FYI |
Beta Was this translation helpful? Give feedback.
3 replies
-
Looks like they are working on something to address this -> #1637? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Proxmox helper scripts are an awesome tool to speed up the manual setup of services. Sadly if you want to put together a more automated approach to your infrastructure you'd have to manually write a full script that does all the heavy lifting, and cannot rely on the awesome work done by these scripts.
The main obstacle is
whiptail
, the fancy tty/ui thing that lets you select things.I've put together a simple tcl script to use with the package
expect
(installable via apt) to run on Proxmox and easily fill those forms.The exit code of this script (that'll definitely smash the stdout stream) is going to be the container id.
It's just a small POC and should be expanded upon to match everyone's need, but its fine for what i need :)
Beta Was this translation helpful? Give feedback.
All reactions