Go to file
Antelle ccea83d400 v0.3.0 2015-11-14 21:19:27 +03:00
.idea removed ignored file 2015-11-04 12:16:35 +03:00
app remember resized tags height 2015-11-14 21:18:34 +03:00
electron v0.3.0 2015-11-14 21:19:27 +03:00
graphics new icons 2015-11-11 22:08:21 +03:00
grunt/tasks desktop archive validation on build 2015-11-14 18:47:51 +03:00
util version set script 2015-11-09 21:57:21 +03:00
.editorconfig logging errors for devs 2015-11-04 23:23:55 +03:00
.gitignore ignore confusing idea file 2015-11-04 09:20:11 +03:00
.jshintrc fixed file open bug 2015-11-06 23:30:36 +03:00
Gruntfile.js desktop archive validation on build 2015-11-14 18:47:51 +03:00
MIT-LICENSE.txt license and version 2015-10-21 23:35:23 +03:00
README.md v0.3.0 2015-11-14 21:19:27 +03:00
TODO.md todo 2015-11-09 23:10:07 +03:00
bower.json fix #23: KeePassX compatibility issues 2015-11-10 20:09:59 +03:00
features.md features 2015-11-09 22:19:02 +03:00
keeweb.iml project rename 2015-10-18 12:08:55 +03:00
package.json v0.3.0 2015-11-14 21:19:27 +03:00
release-notes.md v0.3.0 2015-11-14 21:19:27 +03:00

README.md

KeePass web app (unofficial)

This webapp can read KeePass databases. It doesn't require any server or additional resources. It can be run either in browser, or as a desktop app.

screenshot

Quick Links

Web: Web App
Desktop: Windows Mac OSX Linux
Timeline: Release Notes TODO
On one page: Features
Twitter: kee_web

Status

Reading and display is mostly complete; modification and sync is under construction, please see TODO for more details.

Known Issues

These major issues are in progress, or will be fixed in next releases, before v1.0:

  • dropbox sync is one-way: changes are not loaded from dropbox, only saved

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.

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, install electron package (npm install electron-prebuilt -g) and start in this way:

$ cd electron
$ electron . --htmlpath=../tmp

For debug build:

  1. run grunt
  2. run grunt watch
  3. open tmp/index.html

Contributing

Plugins are not supported for now. If you want to add a feature, please contact the author first. Pull requests, patches and issues are very welcome.
If you have found an bug, please open an issue and fill in the app version and your user-agent (you can find these details in Settings/Help section).

License

MIT