From cf1c3e007eefc97006f1ead0aee0a8113c180052 Mon Sep 17 00:00:00 2001 From: hhf Date: Fri, 6 Dec 2024 20:42:19 +0530 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d26c89..11989fd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,28 @@ -# cloudpanel-cloud-init-template-proxmox +1. CloudPanel-specific: + - Increased minimum disk size to 25GB (CloudPanel requirement) + - Increased RAM to 2GB (recommended for CloudPanel) + - Added cloud-init configuration for CloudPanel installation + - Uses Ubuntu 24.04 LTS as the base image (recommended for CloudPanel) +2. The script will: + - Create a template with ID 912 for Ubuntu 24.04 with CloudPanel + - Install CloudPanel automatically during the first boot + - Configure all necessary system requirements + - Use MariaDB 11.4 as the database engine + +To use this script: + +1. Save it to a file (e.g., `create-cloudpanel-template.sh`) +2. Make it executable: +```bash +chmod +x create-cloudpanel-template.sh +``` +3. Run it: +```bash +./create-cloudpanel-template.sh +``` + +After the template is created, when you clone it: +1. The VM will automatically install CloudPanel during first boot +2. CloudPanel installation will take 5-10 minutes after first boot +3. You can access CloudPanel at https://your-server-ip:8443 \ No newline at end of file