keeweb/README.md

102 lines
4.2 KiB
Markdown
Raw Permalink Normal View History

2016-04-15 23:45:25 +02:00
# Free cross-platform password manager compatible with KeePass
2015-10-17 23:49:24 +02:00
2015-11-15 15:36:02 +01:00
This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources.
2015-12-08 17:48:39 +01:00
The app can run either in browser, or as a desktop app.
2015-10-17 23:49:24 +02:00
2017-12-03 12:35:37 +01:00
![screenshot](img/screenshot.png)
2015-10-18 00:16:23 +02:00
2020-05-15 20:14:55 +02:00
## Quick Links
2015-10-17 23:49:24 +02:00
2016-08-21 20:49:00 +02:00
Apps: [Web](https://app.keeweb.info/), [Desktop](https://github.com/keeweb/keeweb/releases/latest)
Timeline: [Release Notes](release-notes.md), [TODO](https://github.com/keeweb/keeweb/wiki/TODO)
On one page: [Features](https://keeweb.info/#features), [FAQ](https://github.com/keeweb/keeweb/wiki/FAQ)
2016-02-02 18:18:49 +01:00
Website: [keeweb.info](https://keeweb.info)
2015-11-10 17:58:38 +01:00
Twitter: [kee_web](https://twitter.com/kee_web)
2019-11-03 09:51:05 +01:00
Donate: [OpenCollective](https://opencollective.com/keeweb#support), [GitHub](https://github.com/sponsors/antelle)
2015-10-22 07:38:08 +02:00
2020-05-15 20:14:55 +02:00
## Status
2015-10-22 07:38:08 +02:00
2022-06-09 20:16:26 +02:00
The app is quite stable now. Basic stuff, as well as more advanced operations, should be rather reliable.
Looking for a new maintainer, see [#2022](https://github.com/keeweb/keeweb/issues/2022)
2019-08-17 10:48:16 +02:00
2020-05-15 20:14:55 +02:00
## Self-hosting
2015-11-04 10:49:35 +01:00
2019-09-29 14:37:10 +02:00
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).
2017-08-29 18:35:18 +02:00
You can download the latest distribution files from [gh-pages](https://github.com/keeweb/keeweb/archive/gh-pages.zip) branch.
2016-04-22 21:41:28 +02:00
2016-04-22 21:40:23 +02:00
If you are using Docker:
2016-04-22 21:41:28 +02:00
2016-04-22 21:40:23 +02:00
1. put your dh.pem, cert.pem, key.pem to /etc/nginx/external/
2. run this script:
```bash
docker run --name keeweb -d -p 443:443 -p 80:80 -v $EXT_DIR:/etc/nginx/external/ antelle/keeweb
```
2016-04-22 21:41:28 +02:00
2017-02-27 20:47:15 +01:00
To make Dropbox work in your self-hosted app, [go to this Wiki page](https://github.com/keeweb/keeweb/wiki/Dropbox-and-GDrive).
2020-05-15 20:14:55 +02:00
## Building
2015-10-25 09:25:48 +01:00
2017-12-16 12:30:09 +01:00
The easiest way to clone all KeeWeb repos is:
```bash
2017-12-16 12:43:53 +01:00
curl https://raw.githubusercontent.com/keeweb/keeweb/develop/dev-env.sh | bash -
2017-12-16 12:30:09 +01:00
```
2020-05-30 12:06:53 +02:00
The app can be built with grunt: `grunt` (html files will be in `dist/`).
Desktop apps are built with `grunt desktop`. This requires some magic and currently works only on CI,
you can find more details in [the GitHub Actions workflow](.github/workflows/build.yaml).
To run the desktop (electron) app without building an installer, build the app with `grunt` and start it this way:
2015-11-14 16:31:39 +01:00
```bash
npm run dev
npm run electron
2015-11-14 16:31:39 +01:00
```
2015-10-25 09:25:48 +01:00
For debug build:
1. run `npm run dev`
2019-08-16 21:36:30 +02:00
2. open `http://localhost:8085`
2020-05-30 12:06:53 +02:00
To build desktop apps, use these goals, the result can be found in `tmp`:
2020-05-15 21:38:33 +02:00
```
npm run dev-desktop-macos
npm run dev-desktop-windows
npm run dev-desktop-linux
```
2020-05-15 20:14:55 +02:00
## Contributing
2015-10-25 09:25:48 +01:00
2019-01-06 18:38:36 +01:00
Please read contribution guidelines [for pull requests](.github/PULL_REQUEST_TEMPLATE.md).
2019-01-06 18:39:03 +01:00
Here's a [list of issues](https://github.com/keeweb/keeweb/labels/help%20wanted) where your help would be very welcome.
2016-09-18 18:52:09 +02:00
Also you can help by [translating KeeWeb](https://keeweb.oneskyapp.com) to your language.
2020-04-18 13:00:21 +02:00
Other ways of contribution can be found [on this page](CONTRIBUTING.md).
2020-05-15 20:14:55 +02:00
#### Important notes for pull requests
2017-01-29 11:04:55 +01:00
- please branch from `develop`, not `master`
- don't edit translation files except base.json, they will be replaced
2020-05-15 20:14:55 +02:00
## Donations
2016-09-18 18:52:09 +02:00
2017-05-13 11:48:04 +02:00
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:
2019-10-04 21:13:32 +02:00
[<img src="https://opencollective.com/keeweb/tiers/backer.svg?avatarHeight=42&width=880" alt="OpenCollective">](https://opencollective.com/keeweb#support)
2019-09-07 20:21:32 +02:00
2019-11-03 09:51:05 +01:00
You can also sponsor the developer directly [on GitHub](https://github.com/sponsors/antelle).
2016-09-18 18:52:09 +02:00
Please note: donation does not imply any type of service contract.
2020-06-02 17:36:13 +02:00
## Thank you
Notable contributions to KeeWeb:
2021-02-26 18:54:43 +01:00
- Florian Reuschel ([@Loilo](https://github.com/Loilo)): [German translation](https://keeweb.oneskyapp.com/collaboration/translate/project/project/173183/language/550)
2020-06-02 19:14:48 +02:00
- Dennis Ploeger ([@dploeger](https://github.com/dploeger)): [auto-type improvements](https://github.com/keeweb/keeweb/pulls?q=is%3Apr+is%3Aclosed+author%3Adploeger)
2020-06-02 17:36:13 +02:00
- Hackmanit ([hackmanit.de](https://www.hackmanit.de)): [penetration test](https://www.hackmanit.de/en/blog-en/104-pro-bono-penetration-test-keeweb)
2020-06-02 17:48:09 +02:00
- Peter Bittner ([@bittner](https://github.com/bittner)): [Wikipedia article](https://en.wikipedia.org/wiki/KeeWeb)
2020-06-02 17:36:13 +02:00
2020-05-15 20:14:55 +02:00
## License
2015-10-25 09:25:48 +01:00
2017-11-13 22:48:38 +01:00
[MIT](https://github.com/keeweb/keeweb/blob/master/LICENSE)