From 4de754d7633edbe0fa9c76c6bc8025155381e5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Thu, 9 Apr 2026 13:40:52 +0100 Subject: [PATCH] modified: README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f0f5730..e572fab 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Using [NextCloud](https://nextcloud.com/) - [cli](#cli) - [maintenance mode](#maintenance-mode) - [scan files](#scan-files) + - [update mime-types](#update-mime-types) - [preview generator](#preview-generator) - [repair tree](#repair-tree) - [Repair AppData Cache (Fix App Store 500 Error)](#repair-appdata-cache-fix-app-store-500-error) @@ -46,7 +47,13 @@ su -s /bin/bash www-data -c "php -d memory_limit=-1 /var/www/html/occ maintenanc ``` bash su -s /bin/bash www-data -c "php -d memory_limit=-1 /var/www/html/occ files:scan --all" +``` +### update mime-types + +``` bash +su -s /bin/bash www-data -c "php /var/www/html/occ maintenance:mimetype:update-db" +su -s /bin/bash www-data -c "php /var/www/html/occ maintenance:mimetype:update-js" ``` ### preview generator