This commit is contained in:
2024-04-30 10:52:25 +00:00
parent ae17345855
commit 681f3a09d4

View File

@@ -8,6 +8,16 @@ chmod +x all.sh
Docker and Docker Compose comes pre installed from the Docker github repo. \ Docker and Docker Compose comes pre installed from the Docker github repo. \
If not wanted, you can comment out line 12 in Large and Medium.sh If not wanted, you can comment out line 12 in Large and Medium.sh
#Install
Open the console or ssh in to your Proxmox node
```sh
git clone https://gitlab.skui.io/Hawolex/prox-mal
cd prox-mal/
chmod +x all.sh
./all.sh
```
# Cloud images in Proxmox # Cloud images in Proxmox
* [Preparing Cloud-Init Templates](https://pve.proxmox.com/pve-docs/qm.1.html) * [Preparing Cloud-Init Templates](https://pve.proxmox.com/pve-docs/qm.1.html)
* [Cloud-Init Support - Proxmox VE](https://pve.proxmox.com/wiki/Cloud-Init_Support) * [Cloud-Init Support - Proxmox VE](https://pve.proxmox.com/wiki/Cloud-Init_Support)