Go to file
antelle 468aa28449
publish release action
2020-04-06 21:41:44 +02:00
.github publish release action 2020-04-06 21:41:44 +02:00
app a developer => the developer 2020-04-03 22:47:14 +02:00
build ci 2020-04-05 23:39:36 +02:00
desktop bump version 2020-04-04 21:53:02 +02:00
graphics remove old gif 2016-07-16 20:59:53 +03:00
helper updated windows helper for #554 2019-09-12 23:37:31 +02:00
img new screenshot 2019-09-08 15:07:34 +02:00
package fixed appimage 2020-04-03 17:17:30 +02:00
plugins 2019 2019-08-19 23:33:52 +02:00
test moved tests 2020-03-21 12:43:59 +01:00
util imports 2019-09-15 14:16:32 +02:00
.babelrc plugins for Edge 2019-09-28 13:20:51 +02:00
.editorconfig fixed editorconfig 2019-08-16 23:09:14 +02:00
.eslintrc es6 2019-09-13 20:34:52 +02:00
.gitignore publish release action 2020-04-06 21:41:44 +02:00
.prettierrc Fix build config to support Windows path separators and newlines 2020-01-18 16:42:36 +13:00
CONTRIBUTING.md comma 2019-08-18 08:17:32 +02:00
DEPS-LICENSE Rename LICENSES-DEPENDENCIES to DEPS-LICENSE 2017-12-04 22:00:27 +01:00
Gruntfile.js remote code signing 2020-04-05 21:43:32 +02:00
LICENSE 2019 2019-01-06 18:40:23 +01:00
README.md Update README to use npm scripts (which use --no-sign by default) 2020-01-19 23:31:32 +13:00
dev-env.sh removed tools 2020-03-23 21:33:11 +01:00
grunt.entrypoints.js desktop-win32 2020-04-04 21:15:07 +02:00
grunt.tasks.js desktop-linux 2020-04-04 10:52:53 +02:00
jsconfig.json jsconfig for vscode 2019-09-16 18:34:58 +02:00
package-lock.json code signing 2020-04-05 22:13:06 +02:00
package.json code signing 2020-04-05 22:13:06 +02:00
postcss.config.js autoprefixer 2019-09-20 23:37:17 +02:00
release-notes.md fix #1447: fixed opening databases from Dock 2020-04-04 19:46:19 +02:00
webpack.config.js tests 2019-10-12 13:24:37 +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

Quick Links

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

Status

The app is quite stable now. Basic stuff, as well as more advanced operations, should be rather reliable.

Self-hosting

Everything you need to host this app on your server is any static file server. The app is a single HTML file + a service worker (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, go to this Wiki page.

Building

The easiest way to clone all KeeWeb repos is:

curl https://raw.githubusercontent.com/keeweb/keeweb/develop/dev-env.sh | bash -

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 macOS as it builds dmg; requires wine.
Also, a hardware token is required.
To run Electron app without building an installer, build the app with grunt and start it this way:

npm run dev
npm run electron

For debug build:

  1. run npm run dev
  2. open http://localhost:8085

Contributing

Please read contribution guidelines for pull requests.
Here's a list of issues where your help would be very welcome. 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

KeeWeb is not free to develop. It takes time, requires paid code signing certificates and domains.
You can help the project or say "thank you" with this button:
OpenCollective

You can also sponsor the developer directly on GitHub.

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

License

MIT