# Nextcloud Installationsskript // Nextcloud Installation script
D: Installieren Sie Ihren eigenen Nextcloud-Server in weniger als 10 Minuten.
* Ubuntu 22.04 LTS [AMD x86_64] / Debian 12 [AMD x86_64]
* NGINX ≥ 1.25 from nginx
* Auswahl / Option: PHP 8.2 // PHP 8.1
* Auswahl / Option: MariaDB 10.11 // postgreSQL 15
* Auswahl / Option: Self-signed // Let's Encrypt certificates
* Auswahl / Option: Nextcloud Release ≥ 26.0.13
* Auswahl / Option: Nextcloud Office/OnlyOffice
* etc...
sudo -swget -O zero.sh https://codeberg.org/criegerde/nextcloud-zero/raw/branch/master/.sh wget -O zero.cfg https://codeberg.org/criegerde/nextcloud-zero/raw/branch/master/zero_v2.cfgchmod +x zero.shnano zero.cfgNEXTCLOUDDATAPATH="/nc_data"
NEXTCLOUDADMINUSER="nextcloud"
NEXTCLOUDADMINUSERPASSWORD=$(openssl rand -hex 16)
NCRELEASE="latest.tar.bz2"
PHPVERSION="8.2"
NEXTCLOUDDNS="ihre.clouddomain.de" oder NEXTCLOUDDNS="192.168.178.x"
LETSENCRYPT="n"
NEXTCLOUDEXTIP=$(curl -s -4 'https://it-services.c-rieger.de/remoteip.php')
DATABASE="m"
NCDBNAME="nextcloud"
NCDBUSER="nextcloud"
CURRENTTIMEZONE='Europe/Berlin'
PHONEREGION='DE'
NEXTCLOUDOFFICE="n"
ONLYOFFICE="n"
UPLOADSIZE='10G'
APTIP4="n"
RESOLVER="176.9.93.198 176.9.1.117"
MARIADBROOTPASSWORD=$(openssl rand -hex 16)
NCDBPASSWORD=nextcloud
REDISPASSWORD=$(openssl rand -hex 16)
REMOVEUAU="y"
./zero.sh
/home/*benutzer*/Nextcloud-Installationsskript/uninstall.shrm -f /home/*benutzer*/Nextcloud-Installationsskript/uninstall.sh./zero.shnano /home/*benutzer*/Nextcloud-Installationsskript/install.log