GitHub
Discord
API Docs
Search…
develop
Introduction
Getting Started
Installation
Using Overseerr
Settings
Users
Notifications
Support
Frequently Asked Questions (FAQ)
Need Help?
Extending Overseerr
Reverse Proxy
Fail2ban
Third-Party Integrations
Powered By
GitBook
Fail2ban
If you are running Overseerr behind a reverse proxy, make sure that the
Enable Proxy Support
setting is
enabled
.
To use Fail2ban with Overseerr, create a new file named
overseerr.local
in your Fail2ban
filter.d
directory with the following filter definition:
1
[Definition]
2
failregex = .*\[warn\]\[API\]\: Failed sign-in attempt.*"ip":"<HOST>"
Copied!
You can then add a jail using this filter in
jail.local
. Please see the
Fail2ban documetation
for details on how to configure the jail.
Extending Overseerr - Previous
Reverse Proxy
Next - Extending Overseerr
Third-Party Integrations
Last modified
22d ago
Copy link
Edit on GitHub