mirror of https://github.com/tteck/Proxmox
commit
676eb765e8
256 changed files with 420 additions and 420 deletions
@ -1,11 +1,11 @@ |
||||
<h3><div align="center">Exploring the Scripts and Steps Involved in an Application LXC Installation</div></h3> |
||||
|
||||
In the case of the AdGuard Home LXC, the process involves running multiple scripts for each application or service.<br> |
||||
Initially, the [adguard.sh](https://github.com/tteck/Proxmox/blob/main/ct/adguard.sh) script is executed to collect system parameters.<br> |
||||
Next, the [build.func](https://github.com/tteck/Proxmox/blob/main/misc/build.func) script adds user settings and integrates all the collected information.<br> |
||||
Then, the [create_lxc.sh](https://github.com/tteck/Proxmox/blob/main/ct/create_lxc.sh) script constructs the LXC container.<br> |
||||
Following that, the [adguard-install.sh](https://github.com/tteck/Proxmox/blob/main/install/adguard-install.sh) script is executed, which utilizes the functions exported from the [install.func](https://github.com/tteck/Proxmox/blob/main/misc/install.func) script for installing the required applications.<br> |
||||
Finally, the process returns to the [adguard.sh](https://github.com/tteck/Proxmox/blob/main/ct/adguard.sh) script to display the completion message.<br> |
||||
Initially, the [adguard.sh](https://github.com/nicedevil007/Proxmox/blob/main/ct/adguard.sh) script is executed to collect system parameters.<br> |
||||
Next, the [build.func](https://github.com/nicedevil007/Proxmox/blob/main/misc/build.func) script adds user settings and integrates all the collected information.<br> |
||||
Then, the [create_lxc.sh](https://github.com/nicedevil007/Proxmox/blob/main/ct/create_lxc.sh) script constructs the LXC container.<br> |
||||
Following that, the [adguard-install.sh](https://github.com/nicedevil007/Proxmox/blob/main/install/adguard-install.sh) script is executed, which utilizes the functions exported from the [install.func](https://github.com/nicedevil007/Proxmox/blob/main/misc/install.func) script for installing the required applications.<br> |
||||
Finally, the process returns to the [adguard.sh](https://github.com/nicedevil007/Proxmox/blob/main/ct/adguard.sh) script to display the completion message.<br> |
||||
|
||||
Thoroughly evaluating the [adguard-install.sh](https://github.com/tteck/Proxmox/blob/main/install/adguard-install.sh) script is crucial to gain a better understanding of the application installation process.<br> |
||||
Every application installation utilizes the same set of reusable scripts: [build.func](https://github.com/tteck/Proxmox/blob/main/misc/build.func), [create_lxc.sh](https://github.com/tteck/Proxmox/blob/main/ct/create_lxc.sh), and [install.func](https://github.com/tteck/Proxmox/blob/main/misc/install.func). These scripts are not specific to any particular application.<br> |
||||
Thoroughly evaluating the [adguard-install.sh](https://github.com/nicedevil007/Proxmox/blob/main/install/adguard-install.sh) script is crucial to gain a better understanding of the application installation process.<br> |
||||
Every application installation utilizes the same set of reusable scripts: [build.func](https://github.com/nicedevil007/Proxmox/blob/main/misc/build.func), [create_lxc.sh](https://github.com/nicedevil007/Proxmox/blob/main/ct/create_lxc.sh), and [install.func](https://github.com/nicedevil007/Proxmox/blob/main/misc/install.func). These scripts are not specific to any particular application.<br> |
||||
|
@ -1,7 +1,7 @@ |
||||
<h3><p align="center"><a href="https://github.com/tteck/Proxmox/blob/main/.github/CONTRIBUTING.md">Contributing to Proxmox VE Helper Scripts</a></p></h3> |
||||
<h3><p align="center"><a href="https://github.com/nicedevil007/Proxmox/blob/main/.github/CONTRIBUTING.md">Contributing to Proxmox VE Helper Scripts</a></p></h3> |
||||
|
||||
<sub>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.</sub> |
||||
|
||||
<h1><p align="center"><a href="https://tteck.github.io/Proxmox/">Proxmox VE Helper Scripts</a></p></h1> |
||||
<sub><p align="center"><a href="https://github.com/tteck/Proxmox/blob/main/CODE-AUDIT.md">Exercise caution and conduct a comprehensive assessment of scripts and automation tasks acquired from external sources.</a></p></sub> |
||||
<sub><p align="center"><a href="https://github.com/nicedevil007/Proxmox/blob/main/CODE-AUDIT.md">Exercise caution and conduct a comprehensive assessment of scripts and automation tasks acquired from external sources.</a></p></sub> |
||||
<sub><div align="center"> Proxmox® is a registered trademark of Proxmox Server Solutions GmbH. </div></sub> |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue