diff --git a/docs/images/ncp-proxmox-download-screenshot.png b/docs/images/ncp-proxmox-download-screenshot.png new file mode 100644 index 000000000..e0e1c2996 Binary files /dev/null and b/docs/images/ncp-proxmox-download-screenshot.png differ diff --git a/docs/index.html b/docs/index.html index 19af2d68a..2ae5ab504 100644 --- a/docs/index.html +++ b/docs/index.html @@ -513,7 +513,8 @@
-# Download the image form https://github.com/nextcloud/nextcloudpi/releases e.g.: -wget -O - https://github.com/nextcloud/nextcloudpi/releases/download/v1.51.0/NextCloudPi_LXD_v1.51.0.tar.gz + # Download the image form https://github.com/nextcloud/nextcloudpi/releases e.g.: + wget -O - https://github.com/nextcloud/nextcloudpi/releases/download/v1.51.0/NextCloudPi_LXD_v1.51.0.tar.gz -# Import the image, replace the X's with the version numbers -lxc image import "NextcloudPi_LXD_vX.XX.X.tar.gz" --alias "ncp/vX.XX.X" + # Import the image, replace the X's with the version numbers + lxc image import "NextcloudPi_LXD_vX.XX.X.tar.gz" --alias "ncp/vX.XX.X" -# Create and start a container from the image -lxc launch "ncp/vX.XX.X" ncp -+ # Create and start a container from the image + lxc launch "ncp/vX.XX.X" ncp + +
To run NextcloudPi on Proxmox use the *.lxc image from the Nextcloudpi releases page
++ In your Proxmox web interface, head to any storage pool that has CT Templates enabled, go to CT Templates, + click "Download from URL" and enter the link to the latest LXC image from the Nextcloudpi releases page + and press "Download". +
++ Optionally, you can copy the corresponding md5 sum from the releases page and paste it in the "Checksum" field to have + Proxmox check that the downloaded image was not corrupted +
+For Proxmox installation please use the helper script made by tteck
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/nextcloudpi-v5.sh)"-