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-09 20:26:30 +0300
committernachoparker <nacho@ownyourbits.com>2017-03-09 20:26:30 +0300
commit531c5d664d5c78c5bde30daf188ac33b78b7c6fe (patch)
tree75f2010cd1ecdc04164a0797ffe2a1546bb69dc3 /README.md
parent6ac7c787be6cf242e4983fcb324571ce43192c9e (diff)
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 8af1c903..ff4ac611 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,9 @@ Use QEMU to automatically generate Raspbian Images with Nextcloud
* HSTS
* Cron jobs for Nextcloud
* Sane configuration defaults
+* 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
@@ -29,15 +32,11 @@ cd nextcloud-raspbian-generator
If we also want fail2ban in our image
```
-./install-fail2ban.sh NextCloudPi_02-18-17.img 192.168.0.145 # change to your QEMU raspbian IP
+./install-fail2ban.sh 192.168.0.145 NextCloudPi_02-18-17.img # change to your QEMU raspbian IP
```
-Adjust for the image name generated in the first step.
+Adjust for the image name generated in the first step. Same thing for the other extras.
Get the image or find details and instructions at
https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
-
-More on the fail2ban installation
-
-https://ownyourbits.com/2017/02/24/nextcloudpi-fail2ban-installer/