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-02-24 21:07:38 +0300
committernachoparker <nacho@ownyourbits.com>2017-02-25 06:43:16 +0300
commitc1618397e3242b04e55e94805e8620e9ca69d890 (patch)
tree9920483b6cc4e18ec2d5009a8b31131397ce9726 /README.md
parentd0b97ecbd6902d9635e4e17d24bb2543f1d9fb34 (diff)
fail2ban installer and refactoring for batch processing of scripts
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2f7528b9..8af1c903 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,21 @@ Use QEMU to automatically generate Raspbian Images with Nextcloud
```
git clone https://github.com/nachoparker/nextcloud-raspbian-generator.git
cd nextcloud-raspbian-generator
-./install-image.sh 192.168.0.145 # change to your QEMU raspbian IP
+./install-nextcloud.sh 192.168.0.145 # change to your QEMU raspbian IP
```
+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
+```
+
+Adjust for the image name generated in the first step.
+
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/