Proxmox

Proxmox HomeServer Teil 29 – Installation von Nextcloud 27



Nextcloud:

Verwendete Befehel:
apt-get update && apt-get upgrade -y && apt autoremove -y

apt install apache2

apt install software-properties-common
add-apt-repository ppa:ondrej/php
apt update

apt install php8.2 libapache2-mod-php8.2 php8.2-zip php-dompdf php8.2-xml php8.2-mbstring php8.2-gd php8.2-curl php8.2-imagick libmagickcore-6.q16-6-extra php8.2-intl php8.2-bcmath php8.2-gmp php8.2-cli php8.2-mysql php8.2-zip php8.2-gd php8.2-mbstring php8.2-curl php8.2-xml php-pear unzip nano php8.2-apcu redis-server ufw php8.2-redis php8.2-smbclient php8.2-ldap

nano /etc/ssh/sshd_config

nano /etc/php/8.2/apache2/php.ini

Folgende Werte müssen angepasst werden:
memory_limit = 2048M
upload_max_filesize = 20G
post_max_size = 20G
date.timezone = Europe/Berlin
output_buffering = Off

apt install mariadb-server
mysql_secure_installation

mysql
CREATE DATABASE nextcloud;
CREATE USER ‘nextclouduser’@’localhost’ IDENTIFIED BY ‘yourpassword’;
GRANT ALL PRIVILEGES ON nextcloud.* TO ‘nextclouduser’@’localhost’;
FLUSH PRIVILEGES;
EXIT;

cd /temp
wget
unzip latest.zip
mv nextcloud /var/www/
#adjust apache conf
nano /etc/apache2/sites-available/000-default.conf

a2enmod rewrite
a2enmod headers
a2enmod env
a2enmod dir
a2enmod mime

service apache2 restart

cd /Daten
chown -R www-data:www-data /Daten
chown -R www-data:www-data /var/www/nextcloud/
chmod -R 755 /var/www/nextcloud/

nano /var/www/nextcloud/config/config.php

➡️ Software und Game Keys günstig kaufen bei MMOGA

❗ ❗ 3% Rabatt mit dem Code: AndreHW ❗ ❗

✅ Unterstütze meinen Kanal kostenlos über Amazon

■ ■ ■ Disclaimer ■ ■ ■

Die mit “►” Links sind Affiliate Links, die zu Partnerprogrammen gehören. Solltet ihr etwas über diese Links kaufen, bekomme ich eine Vermittlungsprovision, für euch entstehen dabei selbstverständlich keine zusätzlichen Kosten.
Danke für eure Unterstützung 🙂

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button