de-code / nextcloud-docker-pi

Build Raspberry PI compatible Nextcloud images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextCloud Docker Pi

Creates NextCloud docker container for the Raspberry Pi as per official docker image.

The docker container can be build on x86 architecture.

Build Container

Register QEMU

docker run --rm --privileged multiarch/qemu-user-static:register --reset

Download QEMU Static

download-qemu-static.sh

Build Using Docker-Compose

docker-compose build

Installation

First time install

./nc-first-install.sh

Set Prefix (optional)

./run-occ.sh config:system:set overwritewebroot --value /nextcloud

About

Build Raspberry PI compatible Nextcloud images


Languages

Language:Shell 48.0%Language:Dockerfile 32.1%Language:PHP 17.4%Language:Makefile 2.5%