mirror of https://github.com/tteck/Proxmox.git
Compare commits
5 Commits
cb09bdf7b8
...
4b976b31dc
Author | SHA1 | Date |
---|---|---|
|
4b976b31dc | |
|
38b99c9cd6 | |
|
9183ff2a7e | |
|
f26120085a | |
|
b6fdaa624e |
|
@ -1,3 +1,6 @@
|
||||||
|
<div align="center">
|
||||||
|
<img src="https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/logo.png" height="100px" />
|
||||||
|
</div>
|
||||||
<h1 align="center">Proxmox VE Helper-Scripts</h1>
|
<h1 align="center">Proxmox VE Helper-Scripts</h1>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
@ -12,7 +15,7 @@
|
||||||
|
|
||||||
These scripts empower users to create a Linux container or virtual machine interactively, providing choices for both simple and advanced configurations. The basic setup adheres to default settings, while the advanced setup gives users the ability to customize these defaults.
|
These scripts empower users to create a Linux container or virtual machine interactively, providing choices for both simple and advanced configurations. The basic setup adheres to default settings, while the advanced setup gives users the ability to customize these defaults.
|
||||||
|
|
||||||
Utilizing the whiptail command, options are displayed to users in a dialog box format. Once the user makes their selections, the script collects and validates their input to generate the final configuration for the container or virtual machine.
|
Options are displayed to users in a dialog box format. Once the user makes their selections, the script collects and validates their input to generate the final configuration for the container or virtual machine.
|
||||||
<p align="center">
|
<p align="center">
|
||||||
Be cautious and thoroughly evaluate scripts and automation tasks obtained from external sources. <a href="https://github.com/tteck/Proxmox/blob/main/CODE-AUDIT.md">Read more</a>
|
Be cautious and thoroughly evaluate scripts and automation tasks obtained from external sources. <a href="https://github.com/tteck/Proxmox/blob/main/CODE-AUDIT.md">Read more</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
|
@ -66,6 +66,7 @@ while read -r TAG ITEM; do
|
||||||
done < <(
|
done < <(
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
ansible Ansible
|
ansible Ansible
|
||||||
|
bookstack BookStack
|
||||||
core Core
|
core Core
|
||||||
faveo-helpdesk Faveo Helpdesk
|
faveo-helpdesk Faveo Helpdesk
|
||||||
fileserver File Server
|
fileserver File Server
|
||||||
|
|
Loading…
Reference in New Issue