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 f5638716d26fe7a7462242d3f53436fc19d613ae
parent 3f39e35123c92186846a5785b4c675aada29b346
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Mon, 11 Nov 2019 18:41:21 +0100

Merge pull request #716 from ThomDietrich/patch-1

Add vim modeline for GitHub Linguist
Diffstat:
M.env.template | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.env.template b/.env.template @@ -170,3 +170,5 @@ # SMTP_PASSWORD=password # SMTP_AUTH_MECHANISM="Plain" # SMTP_TIMEOUT=15 + +# vim: syntax=ini