Update README.md

This commit is contained in:
rieger::CLOUD
2018-04-24 12:42:01 +02:00
committed by GitHub
parent 06ca42f7da
commit 2851ab09f8

View File

@@ -1,9 +1,12 @@
# Carsten Rieger
# https://www.c-rieger.de
# https://github.com/riegercloud
# install-nextcloud # install-nextcloud
Install, optimize and harden your self hosted Nextcloud (based on Ubuntu 16.04.x LTS 64Bit) using two shell scripts only. Install, optimize and harden your self hosted Nextcloud (based on Ubuntu 16.04.x LTS 64Bit) using two shell scripts only.
The initial script (install-nextcloud.sh) will install and optimize your self hosted Nextcloud within few minutes fully automated. Your server will be built of: The initial script (install-nextcloud.sh) will install and optimize your self hosted Nextcloud within few minutes fully automated. Your server will be built of:
Fail2Ban (nextcloud and ssh jails) Fail2Ban (Nextcloud and SSH jails)
MariaDB MariaDB
Nextcloud 13.0.1 Nextcloud 13.0.1
NGINX 1.14 NGINX 1.14
@@ -11,7 +14,7 @@ The initial script (install-nextcloud.sh) will install and optimize your self ho
PHP 7.2.4 PHP 7.2.4
Redis-Server Redis-Server
self signed certificates or Let's Encrypt SSL self signed certificates or Let's Encrypt SSL
UFW (22,80,443) UFW (22, 80, 443)
The only precondition for both scripts is to use Ubuntu 16.04.4 LTS 64Bit as your server OS. The only precondition for both scripts is to use Ubuntu 16.04.4 LTS 64Bit as your server OS.
At least (optionally) you may request a ssl certificate from letsencrypt by issuing the second script called "ssl-certificat.sh". At least (optionally) you may request a ssl certificate from letsencrypt by issuing the second script called "ssl-certificat.sh".