misc:nextcloud:update
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
misc:nextcloud:update [2024/04/25 21:58] – [CLI] gsys | misc:nextcloud:update [2025/01/17 11:35] (current) – [Reset] gsys | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Nexcloud ====== | ====== Nexcloud ====== | ||
+ | |||
+ | ===== Installation ===== | ||
+ | |||
+ | ==== Redis ==== | ||
+ | |||
+ | Es folgt eine Beispiel Installation von einem Redis-Server auf dem Betriebsystem Linux Debian. | ||
+ | |||
+ | === Installation === | ||
+ | |||
+ | Zuerst werden die entsprechenden Pakete installiert | ||
+ | |||
+ | <code bash> | ||
+ | apt install php-apcu -y | ||
+ | apt install redis-server -y | ||
+ | apt install php-redis -y | ||
+ | |||
+ | usermod -a -G redis www-data | ||
+ | </ | ||
+ | |||
+ | Anschließend können wir Redis konfigurieren | ||
+ | |||
+ | <code bash / | ||
+ | unixsocket / | ||
+ | unixsocketperm 770 | ||
+ | </ | ||
+ | |||
+ | ===== Nextcloud Anpassung ===== | ||
+ | |||
+ | <code php config.php> | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | array ( | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ), | ||
+ | </ | ||
===== Update ===== | ===== Update ===== | ||
Line 11: | Line 51: | ||
sudo -u www-data / | sudo -u www-data / | ||
sudo -u www-data / | sudo -u www-data / | ||
+ | sudo -u www-data / | ||
+ | sudo -u www-data / | ||
+ | </ | ||
+ | |||
+ | ===== 2FA ===== | ||
+ | |||
+ | ==== Reset ==== | ||
+ | < | ||
+ | sudo -u www-data / | ||
+ | - 123ABCDE-12AB-34CD-5ASD-C1C64124BC25: | ||
+ | sudo -u www-data / | ||
</ | </ |
misc/nextcloud/update.1714075137.txt.gz · Last modified: by gsys