From beee08da75776052b9592699d1872c2452059431 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Thu, 19 Apr 2018 15:55:47 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index bf0090c..f188e87 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # install-nextcloud Scripts to install and optimize Nextcloud (based on Ubuntu 16.04.x LTS 64Bit) with NGINX, MariaDB, PHP, Redis-Server, fail2ban and ufw + +https://www.c-rieger.de/spawn-your-nextcloud-server-using-one-shell-script/ + +The first script (install-nextcloud.sh) will span your Server based on Ubuntu 16.04.4 LTS 64Bit +The server based on: +- NGINX 1.14.x +- PHP 7.4.x +- MariaDB +- Redis_Server +- Nextcloud 13.0.x + +The second script (optimizations.sh) will tune and harden your Server: +- PHP cache, redis for Nextcloud, Nextcloud cronjob ... +- install fail2ban and create jails +- install ufw and configure port 80 and 443 (web) and 22 for SSH (change to your requirements aftwerwards) + +Cheers, Carsten Rieger IT-Services