mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #1160 from augustindo/master
Some improvements to app_nextcloud_keeweb.md
This commit is contained in:
commit
b16c27c67e
2 changed files with 15 additions and 3 deletions
|
@ -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.
|
||||
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.
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
@ -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é.
|
||||
|
|
Loading…
Reference in a new issue