Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-03-23 20:45:54 +0300
committernachoparker <nacho@ownyourbits.com>2017-03-23 20:52:58 +0300
commitfcda8f864346130ccb9fa9ded829335f1289b9ae (patch)
tree57ab6197a938e328ac4c2b7ca70878f8502f0064 /README.md
parent770e4b3f677f575da05c9141783849ef80c6efb4 (diff)
ability to activate/deactivate each extra
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.md b/README.md
index 43895f84..411c3a44 100644
--- a/README.md
+++ b/README.md
@@ -23,23 +23,17 @@ Use QEMU to automatically generate Raspbian Images with Nextcloud
* 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 )
+* Automatic security updates, activated by default. ( NEW 03-21-2017 )
+* ModSecurity Web Application Firewall ( NEW 03-23-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
+./batch.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
```