Update README.md

This commit is contained in:
rieger::CLOUD
2018-04-24 12:30:39 +02:00
committed by GitHub
parent 74675bf02a
commit 693df229ba

View File

@@ -1,8 +1,9 @@
# install-nextcloud
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 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)
MariaDB
Nextcloud 13.0.1
NGINX 1.14
@@ -10,10 +11,10 @@ The initial script (install-nextcloud.sh) will install your self hosted Nextclou
PHP 7.2.4
Redis-Server
self signed certificates or Let's Encrypt SSL
UFW (22,80,443)
The only precondition for this script is to use Ubuntu 16.04.4 LTS 64Bit as your server OS.
Configure your Nextcloud in your preferred browser and participate of the opportunity to issue the second script called "optimizations.sh", which will optimize your Nextcloud (cache, previews, cron etc.) and install + configure fail2ban and ufw to harden your Nextcloud server. At least you may request a ssl certificate from letsencrypt by issuing the third script called "ssl-certificat.sh".
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".
Ready to go? Let's start: