mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-05 01:09:37 +00:00
Added fail2ban, though not sure its configured correctly yet
This commit is contained in:
14
docker/rootfs/fail2ban/jail.d/vaultwarden-auth.conf
Normal file
14
docker/rootfs/fail2ban/jail.d/vaultwarden-auth.conf
Normal file
@ -0,0 +1,14 @@
|
||||
## Version 2022/08/06
|
||||
# Fail2Ban jail configuration for vaultwarden
|
||||
# Requires modification to Vaultwardens settings
|
||||
# https://github.com/dani-garcia/vaultwarden/wiki/Logging#logging-to-a-file
|
||||
|
||||
# Specify the path to the log file with the LOG_FILE environment variable
|
||||
|
||||
# -e LOG_FILE=/data/vaultwarden.log
|
||||
|
||||
[vaultwarden-auth]
|
||||
|
||||
enabled = false
|
||||
port = http,https
|
||||
logpath = %(remote_logs_path)s/vaultwarden/vaultwarden.log
|
Reference in New Issue
Block a user