Go to file
Antelle 99c571ba33 v0.0.5 2015-10-27 22:59:50 +03:00
.idea project rename 2015-10-18 12:08:55 +03:00
app file rename fix 2015-10-27 22:59:04 +03:00
electron open file sequence fix 2015-10-25 10:53:05 +03:00
graphics build script 2015-10-24 22:49:19 +03:00
util installers 2015-10-24 23:29:53 +03:00
.editorconfig editorconfig 2015-10-20 08:19:04 +03:00
.gitignore import 2015-10-18 00:49:24 +03:00
.jshintrc import 2015-10-18 00:49:24 +03:00
Gruntfile.js about and help settings sections 2015-10-22 21:03:44 +03:00
MIT-LICENSE.txt license and version 2015-10-21 23:35:23 +03:00
README.md readme 2015-10-25 11:27:09 +03:00
TODO.md better mobile layout 2015-10-27 00:07:19 +03:00
bower.json file settings implemented 2015-10-24 19:43:30 +03:00
keeweb.iml project rename 2015-10-18 12:08:55 +03:00
package.json v0.0.5 2015-10-27 22:59:50 +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 Windows Mac OSX Linux

Status

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

Building

The app can be built with grunt: grunt (html file will be in dist/) or grunt watch (result will be in tmp/). Electron app is built manually, scripts and configs are in util directory. To run Electron app without building, install electron package (npm install electron-prebuilt -g) and start with electron ./electron/.

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 on Settings/Help section).

License

MIT