Go to file
antelle 20cc765fb5 plugins first implementation 2017-02-18 23:46:59 +01:00
.github repo links 2016-06-04 23:34:49 +03:00
.idea translation download script 2017-01-29 10:53:36 +01:00
app plugins first implementation 2017-02-18 23:46:59 +01:00
desktop bump version 2017-02-04 15:41:05 +01:00
graphics remove old gif 2016-07-16 20:59:53 +03:00
grunt/tasks fix desktop build 2017-02-03 23:01:49 +01:00
helper 2017 2017-02-04 17:30:39 +01:00
package 2017 2017-02-04 17:30:39 +01:00
plugins plugins first implementation 2017-02-18 23:46:59 +01:00
util lint translations 2017-02-14 20:29:37 +01:00
.editorconfig plugins first implementation 2017-02-18 23:46:59 +01:00
.eslintrc eslint rule 2017-02-05 13:11:24 +01:00
.gitignore lint translations 2017-02-14 20:29:37 +01:00
Gruntfile.js fix eslint 2017-02-05 19:49:08 +01:00
LICENSE.txt 2017 2017-02-04 17:30:39 +01:00
LICENSES-DEPS.txt separate license 2016-09-18 20:59:17 +03:00
README.md pull request notes 2017-01-29 11:04:55 +01:00
bower.json rollback bourbon 2017-02-05 14:23:22 +01:00
features.md features page 2016-01-31 16:24:12 +03:00
keeweb.iml kdbx4 2017-01-30 21:26:31 +01:00
npm-shrinkwrap.json webpack2 2017-01-30 22:55:26 +01:00
package.json bump version 2017-02-04 15:41:05 +01:00
release-notes.md showOnlyFilesFromConfig config option 2017-02-07 19:17:34 +01:00

README.md

Free cross-platform password manager compatible with KeePass

This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in browser, or as a desktop app.

screenshot

Tested on BrowserStack

Quick Links

Apps: Web, Desktop
Timeline: Release Notes, TODO
On one page: Features, FAQ
Website: keeweb.info
Twitter: kee_web

Status

Project roadmap with planned features and approximate schedule is on TODO page.

Self-hosting

Everything you need to host this app on your server is any static file server. The app is a single HTML file + cache manifest (optionally; for offline access). You can download the latest distribution files from gh-pages branch.

If you are using Docker:

  1. put your dh.pem, cert.pem, key.pem to /etc/nginx/external/
  2. run this script:
docker run --name keeweb -d -p 443:443 -p 80:80 -v $EXT_DIR:/etc/nginx/external/ antelle/keeweb

To make Dropbox work in your self-hosted app:

  1. create a Dropbox app
  2. find your app key (in Dropbox App page, go to Settings/App key)
  3. add your Dropbox app key to settings json

To make Google Drive work in your self-hosted app:

  1. Create a Google Cloud Project
  2. Create credentials (OAuth client ID and Web application)
  3. Enter your self-hosted URL (e.g. https://www.example.com) in both Authorized JavaScript origins and Authorized redirect URIs
  4. Add the new client ID to your settings json

Building

The app can be built with grunt: grunt (html file will be in dist/).
Desktop apps are built with grunt desktop. This works only in mac osx as it builds dmg; requires wine.
To run Electron app without building installer, install electron package (npm install electron -g), build the app with grunt and start in this way:

$ grunt dev
$ npm run-script electron

For debug build:

  1. run grunt dev
  2. open http://localhost:8085/tmp

Contributing

Please, read contribution guidelines: for issues and for pull requests.
For pull requests: branch is important! master is only for hotfixes, develop is for new features.
Here's a list of issues which need help. Also you can help by translating KeeWeb to your language.

Important notes for pull requests

  • please branch from develop, not master
  • don't edit translation files except base.json, they will be replaced

Donations

Donate with PayPal:
Donate with PayPal

Please note: donation does not imply any type of service contract.

License

MIT