diff --git a/Technik/Nextcloud-Einstellungen.md b/Technik/Nextcloud-Einstellungen.md index 3488fb6..d989f0f 100644 --- a/Technik/Nextcloud-Einstellungen.md +++ b/Technik/Nextcloud-Einstellungen.md @@ -1,6 +1,6 @@ --- created: 2024-06-12T09:29 -updated: 2025-06-27T08:46 +updated: 2025-06-27T09:17 --- ### Einstellungen im VMManger : @@ -39,14 +39,29 @@ in die config.php Datei ein, wie auf der nachfolgenden Abbildung zu sehen. Laden _`/var/lib/docker/volumes/nextcloud_aio_nextcloud/_data/config/`_ -##### occ db:add-missing-indices -sudo docker exec --user www-data -it php occ +Wenn Files nicht mehr angzeigt werden aber da sind dann : - -```bash -sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ db:add-missing-indices +``` +sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ files:scan --all ``` -#synology #nextcloud \ No newline at end of file +##### occ + +**Reindex :** +sudo docker exec --user www-data -it php occ +``` +sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ db:add-missing-indices +``` + +**Wenn Files nicht mehr angzeigt werden aber da sind dann :** + +``` +sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ files:scan --all +``` + + + + +#synology #nextcloud