mirror of
https://github.com/weyne85/Nextcloud-Installationsskript.git
synced 2025-10-29 16:59:26 +00:00
Update README.md
This commit is contained in:
parent
94e777debc
commit
a037caf3e8
61
README.md
61
README.md
@ -1 +1,60 @@
|
||||
# Nextcloud-Installationsskript
|
||||
# Nextcloud Installationsskript // Nextcloud Installation script
|
||||
D: Installieren Sie Ihren eigenen Nextcloud-Server in weniger als 10 Minuten.<br>
|
||||
|
||||
* <b>Ubuntu 22.04 LTS</b> [AMD x86_64] / <b>Debian 12</b> [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<br>
|
||||
* Auswahl / Option: Nextcloud Office/OnlyOffice
|
||||
* etc...
|
||||
|
||||
<h2>INSTALLATION (Ubuntu/Debian):</h2>
|
||||
<h3>D/E: Vorbereitungen/Preparations:</h3>
|
||||
<code>sudo -s</code><br>
|
||||
<code>wget -O zero.sh https://codeberg.org/criegerde/nextcloud-zero/raw/branch/master/<debian/ubuntu>.sh</code><br>
|
||||
<code>wget -O zero.cfg https://codeberg.org/criegerde/nextcloud-zero/raw/branch/master/zero_v2.cfg</code><br>
|
||||
<code>chmod +x zero.sh</code><br> <br>
|
||||
<h3>D/E: Konfigurationsvariablen anpassen / modify configuration variables:</h3></code>
|
||||
<code>nano zero.cfg</code><br> <br>
|
||||
<code>NEXTCLOUDDATAPATH="/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"</code>
|
||||
<h3>Installation:</h3>
|
||||
<code>./zero.sh</code>
|
||||
<h2>D/E: DEINSTALLATION/UNINSTALL:</h2>
|
||||
D. Sofern Sie das Skript erneut ausführen möchten, so führen Sie bitte zuerst die Deinstallation durch:<br>
|
||||
E: If you want to re-install your server - please uninstall your software first.<br> <br>
|
||||
<code>/home/*benutzer*/Nextcloud-Installationsskript/uninstall.sh</code><br>
|
||||
<code>rm -f /home/*benutzer*/Nextcloud-Installationsskript/uninstall.sh</code><br> <br>
|
||||
D: Dabei werden alle Softwarepakete (inkl. DB) sowie alle Verzeichnisse und Daten aus der vorherigen Installation entfernt. Im Anschluss daran kann die Installation erneut durchgeführt werden.<br>
|
||||
E: All data, databases and software from the previous installation will be removed. Afterwards you can re-run the installation script.<br>
|
||||
<h2>D/E: ERNEUTE INSTALLATION/RE-INSTALLATION:</h2>
|
||||
<code>./zero.sh</code><br>
|
||||
<h2>D/E: LOGDATEI/LOGFILE:</h2>
|
||||
<code>nano /home/*benutzer*/Nextcloud-Installationsskript/install.log</code><br>
|
||||
|
||||
-----------------------------------------------------------------------------------
|
||||
|
||||
D: Weitere Optimierungs-, Härtungs- und Erweiterungsmöglichkeiten finden Sie hier:<br>
|
||||
https://www.c-rieger.de/nextcloud-installationsanleitung/<br> <br>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user