2018-11-30 14:47:44 +01:00
# Keeweb for YunoHost
2016-03-01 10:47:41 +01:00
2021-02-08 09:32:10 +01:00
[![Integration level ](https://dash.yunohost.org/integration/keeweb.svg )](https://dash.yunohost.org/appci/app/keeweb) ![](https://ci-apps.yunohost.org/ci/badges/keeweb.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/keeweb.maintain.svg)
[![Install Keeweb with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=keeweb)
2018-11-30 14:47:44 +01:00
*[Lire ce readme en français.](./README_fr.md)*
> *This package allow you to install Keeweb quickly and simply on a YunoHost server.
If you don't have YunoHost, please see [here ](https://yunohost.org/#/install ) to know how to install and enjoy it.*
## Overview
2021-02-08 09:32:10 +01:00
Web client for reading and editing Keepass files locally. It can also sync with WebDAV (Nextcloud, Dropbox, Google Drive, OneDrive...)
2016-03-01 10:47:41 +01:00
2019-02-18 14:43:11 +01:00
**Shipped version:** 1.7.7
2018-11-30 14:47:44 +01:00
## Screenshots
![](https://github.com/keeweb/keeweb/blob/master/img/screenshot.png)
## Demo
https://app.keeweb.info/
## Configuration
Use the web panel of Keeweb to configure it.
## Documentation
* Official documentation: https://github.com/keeweb/keeweb/wiki
* YunoHost documentation: There no other documentations, feel free to contribute.
## YunoHost specific features
#### Multi-users support
No users support.
#### Supported architectures
2021-02-08 09:32:10 +01:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/keeweb%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/keeweb/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/keeweb%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/keeweb/)
2018-11-30 14:47:44 +01:00
## Additionnal informations
2021-02-08 09:32:10 +01:00
### Usage with Nextcloud
1. Open your file through webdav using https://linktoowncloud/remote.php/webdav/PATH-TO-YOUR-KDBX-FILE and your username and password (no need to enter username and password if you are using a private Keeweb, as it will automatically detect that you are logged in NextCloud)
2016-06-10 11:42:41 +02:00
2018-11-30 14:47:44 +01:00
### Usage for Dropbox sync
2016-03-01 10:49:13 +01:00
1. [create ](https://www.dropbox.com/developers/apps/create ) a Dropbox app
2. find your app key (in Dropbox App page, go to Settings/App key)
2016-12-06 03:09:26 +01:00
3. Enter the app key when prompted
2016-03-01 10:47:41 +01:00
2018-11-30 14:47:44 +01:00
### Add default files on your homepage
2016-12-06 03:09:26 +01:00
1. Read https://github.com/keeweb/keeweb/wiki/Configuration#json-app-config
2. In your config.json add the "files" entry with the appropriate settings
2016-06-10 11:42:41 +02:00
2018-11-30 14:47:44 +01:00
## Links
2016-03-01 10:47:41 +01:00
2018-11-30 14:47:44 +01:00
* Report a bug: https://github.com/YunoHost-Apps/keeweb_ynh/issues
* Keeweb website: https://keeweb.info/
* YunoHost website: https://yunohost.org/
---
2021-02-08 09:32:10 +01:00
## Developers infos
2018-11-30 14:47:44 +01:00
Please do your pull request to the [testing branch ](https://github.com/YunoHost-Apps/keeweb_ynh/tree/testing ).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/keeweb_ynh/tree/testing --verbose
or
sudo yunohost app upgrade keeweb -u https://github.com/YunoHost-Apps/keeweb_ynh/tree/testing --verbose
```