diff --git a/docs/images/orangepi.png b/docs/images/orangepi.png
new file mode 100644
index 00000000..0c9eaf85
Binary files /dev/null and b/docs/images/orangepi.png differ
diff --git a/docs/index.html b/docs/index.html
index 27241a96..5d4daaae 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -498,12 +498,13 @@
- # 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 from 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
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
- Raspberry Pi (all models) + Raspberry Pi (3 and later)
+ Download the latest NextcloudPi image + and flash it to an SD card, e.g. using balenaEtcher. +
++ Download the latest NextcloudPi image + and flash it to an SD card, e.g. using balenaEtcher. +
++ Download the latest NextcloudPi image + and flash it to an SD card, e.g. using balenaEtcher. +
++ Download the latest NextcloudPi image + and flash it to an SD card, e.g. using balenaEtcher. +
++ Download the latest NextcloudPi image + and flash it to an SD card, e.g. using balenaEtcher. +
++ Download the latest NextcloudPi image + and flash it to an SD card, e.g. using balenaEtcher. +
++ Download the latest NextcloudPi image + and flash it to an SD card, e.g. using balenaEtcher. +
++ Download the latest NextcloudPi image + and flash it to an SD card, e.g. using balenaEtcher. +
+
+ + Orange Pi 5(+) +
++ Being one of the more powerful boards in its price segment, the Orange Pi 5 and 5+ + are valued by many. +
++ Download the latest NextcloudPi image + and flash it to an SD card, e.g. using balenaEtcher. +
+- Installation -
-- Debian -
-
- - You can install NextcloudPi in any Debian Bullseye system, by using the curl installer. -
-- Note: This assumes a clean Debian installation, there is currently no rollback method. -
-# curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | bash-
- Instead of piping to bash, you can inspect the code and launch it manually. -
-