Bauer: 2025-01-17 10:44:51

This commit is contained in:
ralfk 2025-01-17 10:44:51 +01:00
parent 177fad9e41
commit 51b70e2259

View File

@ -16,4 +16,16 @@ Die anderen muss ich noch machen !
Simply run the following: `sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ your-command`. Of course `your-command` needs to be exchanged with the command that you want to run. Simply run the following: `sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ your-command`. Of course `your-command` needs to be exchanged with the command that you want to run.
### Extern hinzugefügte Dateien sofort erkennen bzw Anzeigen :
Laden Sie sich [per FTP](https://www.hostflash.de/blog/webhosting/filezilla-anleitung-so-nutzen-sie-ihren-ftp-zugang-mit-ftps-oder-sftp.html "So nutzen Sie Ihren FTP Zugang") die Datei config.php aus dem Ordner „config“ Ihres Nextcloud Verzeichnisses herunter und öffnen Sie diese mit einem einfachen Texteditor wie z. B. [Notepad++](https://notepad-plus-plus.org/downloads/ "Zur offiziellen Downloadseite").
Fügen Sie nun die Zeile
'filesystem_check_changes' => 1,
in die config.php Datei ein, wie auf der nachfolgenden Abbildung zu sehen. Laden Sie diese nach dem Speichern wieder an die selbe Stelle auf Ihren Webspace hoch und überschreiben die alte Datei.
![config.php](https://www.hostflash.de/images/blog/web-apps/nextcloud/dateierkennung/filesystem-check-changes-aktivieren.png "config.php")
#synology #nextcloud #synology #nextcloud