Go to file
Antelle 732c87699b logging errors for devs 2015-11-04 23:23:55 +03:00
.idea removed ignored file 2015-11-04 12:16:35 +03:00
app logging errors for devs 2015-11-04 23:23:55 +03:00
electron removed test code 2015-11-04 09:32:36 +03:00
graphics build script 2015-10-24 22:49:19 +03:00
util build script 2015-11-04 09:49:02 +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 logging errors for devs 2015-11-04 23:23:55 +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-11-04 12:49:35 +03:00
TODO.md todo 2015-11-04 22:47:00 +03:00
bower.json update kdbxweb 2015-11-04 11:06:49 +03:00
features.md fixed bottom link 2015-11-01 11:35:04 +03:00
keeweb.iml project rename 2015-10-18 12:08:55 +03:00
package.json bump version 2015-11-04 09:19:08 +03:00
release-notes.md fix #13: increase max generated password length 2015-11-04 22:32:21 +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

Status

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

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

License

MIT