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 f694d6f839d205f1ff9a4cbdb359f08b099ce640
parent b20516d645a2eeb0c626e666ae4f62f67880105b
Author: Nick Fox <nick@foxsec.net>
Date:   Wed, 26 Dec 2018 10:30:21 -0500

Add missing trailing slash

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

diff --git a/README.md b/README.md @@ -391,7 +391,7 @@ Note that if SMTP and invitations are enabled, invitations will be sent to new u ```sh docker run -d --name bitwarden \ ... --e DOMAIN=https://vault.example.com +-e DOMAIN=https://vault.example.com \ ... ```