mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-19 05:10:56 +00:00
23
README.md
23
README.md
@@ -1,19 +1,18 @@
|
|||||||
# install-nextcloud
|
# 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
|
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/
|
This install-nextcloud.sh script will install your self hosted Nextcloud within few minutes and fully automated. Your server will be built consisting of:
|
||||||
|
|
||||||
The first script (install-nextcloud.sh) will span your Server based on Ubuntu 16.04.4 LTS 64Bit
|
MariaDB
|
||||||
The server based on:
|
Nextcloud 13.0.1
|
||||||
- NGINX 1.14.x
|
NGINX 1.14
|
||||||
- PHP 7.4.x
|
OpenSSL 1.1.0 h
|
||||||
- MariaDB
|
PHP 7.2.4
|
||||||
- Redis_Server
|
Redis-Server
|
||||||
- Nextcloud 13.0.x
|
|
||||||
|
|
||||||
The second script (optimizations.sh) will tune and harden your Server:
|
The only precondition for this script is to use Ubuntu 16.04.4 LTS 64Bit as your server OS.
|
||||||
- PHP cache, redis for Nextcloud, Nextcloud cronjob ...
|
If you have configured your Nextcloud you have the opportunity to issue the second script (optimizations.sh), which will optimize your Nextcloud (cache, previews, cron etc.) and install + configure fail2ban and ufw to harden your Nextcloud.
|
||||||
- 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
|
Cheers, Carsten Rieger IT-Services
|
||||||
|
|
||||||
|
https://www.c-rieger.de/spawn-your-nextcloud-server-using-one-shell-script/
|
||||||
|
|||||||
Reference in New Issue
Block a user