mirror of https://github.com/tteck/Proxmox.git
Created a new `/etc/apk/repositories` that doesn't use a fixed version number for alpine linux. We are able to update the LXC's OS with this instead of just the packages. I also added the testing repo to the file to be able to update vaultwarden in the future with a simple `apk update && apk upgrade` |
||
---|---|---|
.github | ||
ct | ||
install | ||
misc | ||
vm | ||
CHANGELOG.MD | ||
LICENSE | ||
README.md |
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.
Be cautious and thoroughly evaluate scripts and automation tasks obtained from external sources.