mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
1.4 KiB
1.4 KiB
NextCloudPi generator
Use QEMU to automatically generate Raspbian Images with Nextcloud
Features
- Raspbian 8 Jessie
- Nextcloud 11.0.2
- Apache 2.4.25, with HTTP2 enabled
- PHP 7.0 (double the speed of PHP5!)
- MariaDB 10
- 4.9.13 Linux Kernel ( NEW 03-13-2017 )
- nextcloudpi-config for easy setup
- Automatic redirection to HTTPS
- ACPU PHP cache
- PHP Zend OPcache enabled with file cache
- HSTS
- Cron jobs for Nextcloud
- Sane configuration defaults
- Let’s Ecrypt for trusted HTTPS certificates.( NEW 03-16-2017 )
- Fail2Ban protection against brute force attacks. ( NEW 02-24-2017 )
- Dynamic DNS support for no-ip.org ( NEW 03-05-2017 )
- dnsmasq DNS server with DNS cache ( NEW 03-09-2017 )
Usage
git clone https://github.com/nachoparker/nextcloud-raspbian-generator.git
cd nextcloud-raspbian-generator
./install-nextcloud.sh 192.168.0.145 # change to your QEMU raspbian IP
If we also want extras in our image
./installer.sh extrascript.sh 192.168.0.145 NextCloudPi_03-13-17.img # change to your QEMU raspbian IP
Adjust for the image name generated in the first step.
Extras can be activated and configured using
sudo nextcloudpi-config
Get the image, find details and more instructions at
https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/

