fix #19: described Dropbox setup in self-hosted app

This commit is contained in:
Antelle 2015-11-14 23:07:24 +03:00
parent 98d5ca414a
commit c009f5a3b6
1 changed files with 9 additions and 5 deletions

View File

@ -1,15 +1,14 @@
# 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.
It can run either in browser, or as a desktop app.
![screenshot](https://habrastorage.org/files/bfb/51e/d8d/bfb51ed8d19847d8afb827c4fbff7dd5.png)
# Quick Links
Apps: [Web](https://antelle.github.io/keeweb/) [Desktop](https://github.com/antelle/keeweb/releases/latest)
Timeline: [Release Notes](release-notes.md)
[TODO](TODO.md)
Timeline: [Release Notes](release-notes.md) [TODO](TODO.md)
On one page: [Features](features.md)
Twitter: [kee_web](https://twitter.com/kee_web)
@ -27,6 +26,12 @@ These major issues are in progress, or will be fixed in next releases, before v1
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](https://github.com/antelle/keeweb/tree/gh-pages) branch.
To make Dropbox work in your self-hosted app:
1. [create](https://www.dropbox.com/developers/apps/create) a Dropbox app
2. find your app key (in Dropbox App page, go to Settings/App key)
3. change Dropbox app key in index.html file: `sed -i.bak s/qp7ctun6qt5n9d6/your_app_key/g index.html`
(or, if you are building from source, change it [here](scripts/comp/dropbox-link.js#L7))
# Building
@ -44,12 +49,11 @@ For debug build:
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](https://github.com/antelle/keeweb/issues/new) and fill in the app version and your user-agent
(you can find these details in Settings/Help section).
(you can find these details in Settings/Help section). Please check [TODO](TODO.md) before creating a feature request.
# License