Proxmox Helper Scripts
Go to file
nicedevil007 cc9f7ccdcf
removed LXCIP part from grafana Menu
$APP variable contains OS and APP in a string instead of just the APP (that is "old" stuff from debian scripts I know)

maybe a solution would be to get rid of debian at all for perfectly running alpine LXCs or let the user choose on installation if debian or alpine should be installed and then there is no need for the OS name in the LXC's hostname and even the variable called `APP`
2023-03-22 21:40:09 +01:00
.github Update pull_request_template.md 2022-10-20 15:18:27 -04:00
ct removed LXCIP part from grafana Menu 2023-03-22 21:40:09 +01:00
install Update omada-install.sh 2023-03-22 10:42:02 -04:00
misc indentation 2023-03-22 14:59:10 -04:00
vm Update haos-vm-v5.sh 2023-02-10 20:51:53 -05:00
CHANGELOG.MD Update CHANGELOG.MD 2023-03-18 20:08:24 -04:00
LICENSE Update LICENSE 2023-02-07 11:33:32 -05:00
README.md Update README.md 2023-01-31 14:58:55 -05:00

README.md

These script's allows for the creation of a Linux container or virtual machine in an interactive manner, with options for both basic and advanced configurations. The basic setup uses default settings, while the advanced setup provides additional options such as container type, root password, hostname, disk size, core count, RAM size, network settings, and others. The options are presented in a dialog box format using the whiptail command and the script collects and validates the user's input to generate the final configuration of the container or virtual machine.

Proxmox Helper Scripts

Be cautious and thoroughly evaluate scripts and automation tasks obtained from external sources.