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 967d2d78ec77921aba03fcd01769d166830c15cc
parent 1aa5e0d4dc436befe880b714af2e33e7fb789bdb
Author: David P Robinson <dprobinson@users.noreply.github.com>
Date:   Tue,  2 Jun 2020 23:46:26 +0100

Added missing ENV Variable for Implicit TLS
Diffstat:
M.env.template | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.env.template b/.env.template @@ -185,6 +185,7 @@ # SMTP_FROM_NAME=Bitwarden_RS # SMTP_PORT=587 # SMTP_SSL=true +# SMTP_EXPLICIT_TLS=true # N.B. This variable configures Implicit TLS. It's currently mislabelled (see bug #851) # SMTP_USERNAME=username # SMTP_PASSWORD=password # SMTP_AUTH_MECHANISM="Plain"