mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-08 05:31:52 +00:00
21172bf612293a1d0e0709acc95517a2081ea01e
c-rieger.de - install Nextcloud using a shell script
The initial script (install-nextcloud.sh) will install your self hosted Nextcloud within few minutes fully automated. Your server will be built of:
Fail2Ban (Nextcloud and SSH jails)
MariaDB 10.3
Nextcloud 14.0.3
NGINX 1.15.6 TLSv.1.3
OpenSSL 1.1.1
PHP 7.2
Redis-Server
self signed or Let's Encrypt SSL using the second script
UFW (22, 80, 443)
The only precondition for the install-nextcloud.sh script is to utilize Ubuntu 18.04 LTS as your on-prem server OS. Optionally request your ssl certificate from Let's Encrypt by issuing the second script called "ssl-certificate.sh".
Ready to go? Let's start:
Find out more information: Build your Nextcloud Server using shell scripts only
Beyond that you will find additional scripts at /usr/local/src/install-nextcloud/
fail2ban.sh
optimize.sh
restart.sh
ssl-renewal.sh
to optimize and maintain your system easily.
Carsten Rieger IT-Services (c-rieger.de)
Description
Scripts to install and optimize Nextcloud (based on Ubuntu 18.04 or Debian Stretch 9.x 64Bit) with NGINX, MariaDB, PHP, Redis-Server, fail2ban, ufw and self signed or Let's Encrypt certificates
Languages
Shell
100%