This commit is contained in:
antelle 2016-04-22 22:40:23 +03:00
parent 08087c3853
commit 1ed57d2000
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ Project roadmap with planned features and approximate schedule is on [TODO](http
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.
If you are using Docker:
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
```
To make Dropbox work in your self-hosted app:
1. [create](https://www.dropbox.com/developers/apps/create) a Dropbox app