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 55579261b7129e2bfd33889edcee8b80de774795
parent 70c20f7f52749bb183421a5c85d8a9a02b0fc10b
Author: itr6 <44070017+itr6@users.noreply.github.com>
Date:   Thu, 29 Nov 2018 10:49:20 -0600

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

diff --git a/README.md b/README.md @@ -432,7 +432,9 @@ We need to set the logging driver to syslog so the host OS and Fail2Ban can see tag: "$TAG" ``` With the above settings in the docker-compose file. Any failed login attempts will look like this in your syslog file: -`$DATE $TIME $SERVER $TAG[979]: ERROR: Username or password is incorrect. Try again. IP: XX.XX.XX.XX. Username: email@domain.com.` +``` +$DATE $TIME $SERVER $TAG[979]: ERROR: Username or password is incorrect. Try again. IP: XX.XX.XX.XX. Username: email@domain.com. +``` You can change the '$TAG' to anything you like. Just remember it because it will be in the Fail2Ban filter. #### Fail2Ban Filter