Proxmox installation scripts
I've begun crafting my own scripts to facilitate the easy deployment of LXC containers with the desired software. While solutions like Proxmox helper scripts and Community Proxmox VE Helper-Scripts exist, I prefer understanding the intricacies of the scripts I use—how they function and why. It's been a considerable time since I last engaged with bash, so it seems like a good opportunity to refresh my skills.
In any case, I've developed an MVP, which is accessible in my proxmox_scripts repo. Currently, it's a basic version, but operational. My aim is to enhance its foolproof nature by adding answer validation, implementing a selection list to eliminate the need for copy-pasting values, and introducing default values to enable quick confirmations with a few keystrokes. Eventually, I might develop a UI, but that's at the end of my to-do list.