From 1ed57d200007bf1200cecb41919054e582782c64 Mon Sep 17 00:00:00 2001 From: antelle Date: Fri, 22 Apr 2016 22:40:23 +0300 Subject: [PATCH] readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 416c7fa6..edf023c7 100644 --- a/README.md +++ b/README.md @@ -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