mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "5f8c6ecdf85b1b1686cd7c538440fbbdb852686a" and "46836f0583045f4f10f77ec979e18861ae7b9186" have entirely different histories.
5f8c6ecdf8
...
46836f0583
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
Everybody is invited and welcome to contribute to Proxmox Helper Scripts.
|
Everybody is invited and welcome to contribute to Proxmox Helper Scripts.
|
||||||
|
|
||||||
- Pull requests submitted against [**main**](https://github.com/tteck/Proxmox/tree/main) are meticulously scrutinized, so please do not take it personally if I reject your request. If you follow the patterns that have been established throughout the codebase, you greatly increase the likelihood that your changes will get merged into [**main**](https://github.com/tteck/Proxmox/tree/main) :partying_face:!
|
- Pull requests are always created against the [**pull-requests**](https://github.com/tteck/Proxmox/tree/pull-requests) branch.
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<h3><p align="center"><a href="https://github.com/tteck/Proxmox/blob/main/.github/CONTRIBUTING.md">Contributing to Proxmox Helper Scripts</a></p></h3>
|
<sub>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.</sub>
|
||||||
|
|
||||||
<sub>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 offers the possibility to modify the default settings. 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.</sub>
|
|
||||||
|
|
||||||
<h1><p align="center"><a href="https://tteck.github.io/Proxmox/">Proxmox Helper Scripts</a></p></h1>
|
<h1><p align="center"><a href="https://tteck.github.io/Proxmox/">Proxmox Helper Scripts</a></p></h1>
|
||||||
<sub><div align="center"> Be cautious and thoroughly evaluate scripts and automation tasks obtained from external sources.</div></sub>
|
<sub><div align="center"> Be cautious and thoroughly evaluate scripts and automation tasks obtained from external sources.</div></sub>
|
||||||
|
|
Loading…
Reference in New Issue