Change url to main readme + add scan step

This commit is contained in:
lops 2019-12-24 17:19:47 +01:00
parent 875b508186
commit 710f7b3919
2 changed files with 13 additions and 1 deletions

View file

@ -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. 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, 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: 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**). 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. Now the problem is fixed.

View file

@ -29,4 +29,10 @@ Puis ajouter dans ce fichier le texte suivent :
Enregistrer le fichier (**CTRL** + **o**) et quitter nano (**CTRL** + **c**). 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é. A présent, le problème est corrigé.