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 b4b62c22a4fa92d386be8f1d558104654ca3c1ae
parent 99a635d327dc7a7123c6f0036999597342e96542
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Tue,  8 Oct 2019 18:08:32 +0200

Merge pull request #648 from BlackDex/icon-security

Added missing .env configuration option.
Diffstat:
M.env.template | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.env.template b/.env.template @@ -83,6 +83,10 @@ ## Useful to hide other servers in the local network. Check the WIKI for more details # ICON_BLACKLIST_REGEX=192\.168\.1\.[0-9].*^ +## Any IP which is not defined as a global IP will be blacklisted. +## Usefull to secure your internal environment: See https://en.wikipedia.org/wiki/Reserved_IP_addresses for a list of IPs which it will block +# ICON_BLACKLIST_NON_GLOBAL_IPS=true + ## Disable 2FA remember ## Enabling this would force the users to use a second factor to login every time. ## Note that the checkbox would still be present, but ignored.