Go to file
antelle df218aeb98 Merge branch 'release-1.4' 2017-03-26 11:27:21 +02: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 fix #555: keyfile selection issue 2017-03-26 11:17:29 +02:00
desktop bump version 2017-03-26 11:26:32 +02: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 fix #342: edge url detection 2016-09-05 21:36:34 +03:00
package package 2016-08-19 20:59:04 +03:00
util fix script 2017-02-04 15:39:39 +01:00
.editorconfig Remove extra charset setting in EditorConfig. 2016-11-13 12:26:50 -08:00
.eslintrc var => let 2017-01-31 07:50:28 +01:00
.gitignore darwin keewebhelper draft 2016-07-23 10:48:56 +03:00
Gruntfile.js argon2-wasm 2017-02-04 14:17:33 +01:00
LICENSE.txt separate license 2016-09-18 20:59:17 +03: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 fix #544: read files with empty binaries 2017-03-26 10:57:15 +02: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-03-26 11:26:32 +02:00
release-notes.md release date 2017-03-26 11:18:16 +02: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