English | Traditional Chinese 繁體中文
This is the build code for NextCloudPi.
NextCloudPi is a ready to use image for Raspberry Pi, Odroid HC1, rock64 and other boards.
This code also generates the NextCloudPi docker images for all architectures, and includes an installer for any Debian based system.
Find the full documentation at docs.nextcloudpi.com
Extras can be activated and configured using the web interface at HTTPS port 4443
, or from the command line from
sudo ncp-config
docker run -d -p 4443:4443 -p 443:443 -p 80:80 -v ncdata:/data --name nextcloudpi ownyourbits/nextcloudpi $DOMAIN
Install git, docker, qemu-user-static, chroot and all the usual building tools.
git clone https://github.com/nextcloud/nextcloudpi.git
cd nextcloudpi
./build-SD-rpi.sh
, or for an Armbian based board
./build-SD-armbian.sh odroidxu4 # supported board code name
In order to generate the Docker images
git clone https://github.com/nextcloud/nextcloudpi.git
cd nextcloudpi
./build-docker.sh x86
./build-docker.sh armhf
./build-docker.sh arm64
NextCloudPi can be installed in any architecture running the latest Debian
Note: this assumes a clean Debian install, and there is no rollback method
# curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | bash
Get the image, find details and more instructions at
https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
Pull the docker image
https://hub.docker.com/r/ownyourbits/nextcloudpi
You can find us in the forums and a Telegram group