diff --git a/app_nextcloud_keeweb.md b/app_nextcloud_keeweb.md index 85f4adee..a6039426 100644 --- a/app_nextcloud_keeweb.md +++ b/app_nextcloud_keeweb.md @@ -2,7 +2,7 @@ The KeeWeb application is a password manager integrated into Nextcloud. For example, it allows you to read a KeePass file (*.kdbx*) stored on your Nextcloud instance. But sometimes Nextcloud does not let the application support these files, which makes it impossible to read them from KeeWeb. To remedy this, -[a solution](https://github.com/jhass/nextcloud-keeweb/issues/34) exists. +[a solution](https://github.com/jhass/nextcloud-keeweb/blob/master/README.md#mimetype-detection) exists. Go to the Nextcloud configuration directory: @@ -26,4 +26,10 @@ Then add in this file the following text: Save the file (**CTRL** + **o**) and exit nano (**CTRL** + **c**). +Then run a scan by executing next command as root: + +```bash +sudo -u nextcloud php /var/www/nextcloud/occ files:scan --all +``` + Now the problem is fixed. diff --git a/app_nextcloud_keeweb_fr.md b/app_nextcloud_keeweb_fr.md index 76bb8ee5..cded19d4 100644 --- a/app_nextcloud_keeweb_fr.md +++ b/app_nextcloud_keeweb_fr.md @@ -29,4 +29,10 @@ Puis ajouter dans ce fichier le texte suivent : Enregistrer le fichier (**CTRL** + **o**) et quitter nano (**CTRL** + **c**). +Ensuite lancer un scan en tant que root: + +```bash +sudo -u nextcloud php /var/www/nextcloud/occ files:scan --all +``` + A présent, le problème est corrigé.