rieger::CLOUD 007e6feccc Mods to header feature policy
add_header Feature-Policy "accelerometer 'none'; autoplay 'self'; geolocation 'none'; midi 'none'; notifications 'self'; push 'self'; sync-xhr 'self'; microphone 'self'; camera 'self'; magnetometer 'none'; gyroscope 'none'; speaker 'self'; vibrate 'self'; fullscreen 'self'; payment 'none'; usb 'none'";
2019-01-17 18:33:37 +01:00
2019-01-11 08:43:08 +01:00
2019-01-11 08:42:19 +01:00
2019-01-11 09:17:20 +01:00

c-rieger.de - install Nextcloud using a shell script

The initial script called install-nextcloud-ubuntu.sh or install-nextcloud-debian.sh (depending on your server os) will install your self hosted Nextcloud within few minutes, fully prepared for Ubuntu 18.04 or Debian 9.6 Stretch environments and will consist of:

Fail2Ban (Nextcloud and SSH jails)
MariaDB 10.3
Nextcloud 15 latest
NGINX 1.15.8
OpenSSL 1.1.1 + TLS v. 1.3
PHP 7.3
Redis-Server
self signed or Lets Encrypt SSL using the second script
UFW (22, 80, 443)

Requirements:

Ubuntu 18.04 or Debian 9.6
Please remove already installed packages of NGINX, PHP, MariaDB and Redis first
or start with a new server os!

apt purge nginx mysql* redis* php* -y && apt autoremove -y

Beyond that you will find additional scripts at /usr/local/src/install-nextcloud/

/maintainance/fail2ban.sh
/maintainance/ubuntu/optimize-ubuntu.sh
/maintainance/debian/optimize-debian.sh
/maintainance/restart.sh
/maintainance/ssl-renewal.sh
/maintainance/ubuntu/upgrade-ubuntu.sh
/maintainance/debian/upgrade-debian.sh
/ssl/ssl-certificate-debian.sh
/ssl/ssl-certificate-ubuntu.sh

to optimize and maintain your system easily. Ready to go? Lets start:

Carsten Rieger IT-Services (c-rieger.de)

Description
No description provided
Readme 332 KiB
Languages
Shell 100%