Merge pull request #1160 from augustindo/master

Some improvements to  app_nextcloud_keeweb.md
This commit is contained in:
Bram 2020-01-16 11:35:05 +01:00 committed by GitHub
commit b16c27c67e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# The KeeWeb application # The KeeWeb application for NextCloud
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

@ -1,4 +1,4 @@
# L'application KeeWeb # L'application KeeWeb pour NextCloud
L'application Keeweb sur le catalogue de nextcloud - [apps.nextcloud.com/keeweb](https://apps.nextcloud.com/apps/keeweb) L'application Keeweb sur le catalogue de nextcloud - [apps.nextcloud.com/keeweb](https://apps.nextcloud.com/apps/keeweb)
@ -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é.