mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-06 01:39:37 +00:00
Added fail2ban, though not sure its configured correctly yet
This commit is contained in:
12
docker/rootfs/fail2ban/jail.d/overseerr-auth.conf
Normal file
12
docker/rootfs/fail2ban/jail.d/overseerr-auth.conf
Normal file
@ -0,0 +1,12 @@
|
||||
## Version 2022/08/06
|
||||
# Fail2Ban jail configuration for overseerr
|
||||
# Requires modification to Overseerrs settings
|
||||
# https://docs.overseerr.dev/extending-overseerr/fail2ban
|
||||
|
||||
# If you are running Overseerr behind a reverse proxy, make sure that the Enable Proxy Support setting is enabled.
|
||||
|
||||
[overseerr-auth]
|
||||
|
||||
enabled = false
|
||||
port = 5055
|
||||
logpath = %(remote_logs_path)s/overseerr/overseerr.log
|
Reference in New Issue
Block a user