vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 404fe5321eaf6ea5f0f040604796f1ceb9fd70f0
parent e7dd239d20d35d227f1c365844571cdf53486e6c
Author: Miroslav Prasil <miroslav@prasil.info>
Date:   Sun, 16 Sep 2018 12:27:29 +0100

Fixed code block

Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -183,7 +183,8 @@ These files are symlinked to ../../archive/mydomain/mykey.pem So to use from bitwarden container: -```sudo docker run -d --name bitwarden \ +```sh +docker run -d --name bitwarden \ -e ROCKET_TLS='{certs="/ssl/live/mydomain/cert.pem",key="/ssl/live/mydomain/privkey.pem"}' \ -v /etc/letsencrypt/:/ssl/ \ -v /bw-data/:/data/ \