1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/keeweb_ynh.git synced 2024-09-03 19:26:33 +02:00
Keeweb package for YunoHost
Find a file
ericgaspar 7ed2c6796e
4.3
2022-02-04 15:22:16 +01:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:48:22 +02:00
conf 4.3 2022-02-04 15:22:16 +01:00
doc/screenshots 4.3 2022-02-04 15:22:16 +01:00
scripts Update upgrade 2021-04-17 23:05:01 +02:00
sources/extra_files/app Update sources to 1.18.7, and allow SSOWAT 2021-09-07 13:28:42 +05:30
.gitattributes 👾 Added .gitattributes & .gitignore files 2016-03-01 10:23:29 +01:00
.gitignore 👾 Added .gitattributes & .gitignore files 2016-03-01 10:23:29 +01:00
check_process 4.3 2022-02-04 15:22:16 +01:00
LICENSE Refresh app 2016-12-06 03:09:15 +01:00
manifest.json 4.3 2022-02-04 15:22:16 +01:00
README.md Cleaning up 2021-04-17 23:02:19 +02:00
README_fr.md Cleaning up 2021-04-17 23:02:19 +02:00

Keeweb for YunoHost

Integration level
Install Keeweb with YunoHost

Lire ce readme en français.

This package allow you to install Keeweb quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

Web client for reading and editing Keepass files locally. It can also sync with WebDAV (Nextcloud, Dropbox, Google Drive, OneDrive...)

Shipped version: 1.7.7

Screenshots

Demo

https://app.keeweb.info/

Configuration

Use the web panel of Keeweb to configure it.

Documentation

YunoHost specific features

Multi-users support

No users support.

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Additionnal informations

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)

Usage for Dropbox sync

  1. create a Dropbox app
  2. find your app key (in Dropbox App page, go to Settings/App key)
  3. Enter the app key when prompted

Add default files on your homepage

  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

Developers infos

Please do your pull request to the testing branch.

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