mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
## 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
|