mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update app_nextcloud_keeweb.md
Mention a fix for when keeweb interface does not load properly/at all
This commit is contained in:
parent
bbddfd2b70
commit
e4b42986b8
1 changed files with 8 additions and 1 deletions
|
@ -8,7 +8,10 @@ routes:
|
|||
---
|
||||
|
||||
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,
|
||||
|
||||
# Fix: .kbdx files don't open in keeweb
|
||||
|
||||
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/blob/master/README.md#mimetype-detection) exists.
|
||||
|
||||
Go to the Nextcloud configuration directory:
|
||||
|
@ -40,3 +43,7 @@ sudo -u nextcloud php /var/www/nextcloud/occ files:scan --all
|
|||
```
|
||||
|
||||
Now the problem is fixed.
|
||||
|
||||
# Fix: the interface does not load propely
|
||||
|
||||
If when opening keeweb you see a glitched interface, try disabling the "Yunohost portal shortcut" in `Yunohost Admin panel` → `Tools` → `Yunohost Settings` → `Other` → `Enable the small 'YunoHost' portal shortcut square on apps` (set to disabled). See https://github.com/jhass/nextcloud-keeweb/issues/143#issuecomment-1686937448
|
||||
|
|
Loading…
Add table
Reference in a new issue