LogoLogo
GitHubDiscordAPI Docs
master
master
  • Introduction
  • Getting Started
    • Installation
  • Using Overseerr
    • Settings
    • Users
    • Notifications
      • Email
      • Web Push
      • Discord
      • LunaSea
      • Pushbullet
      • Pushover
      • Slack
      • Telegram
      • Webhook
  • Support
    • Frequently Asked Questions (FAQ)
    • Need Help?
  • Extending Overseerr
    • Reverse Proxy
    • Fail2ban
    • Third-Party Integrations
Powered by GitBook
On this page

Was this helpful?

Edit on Git
  1. Extending Overseerr

Fail2ban

PreviousReverse ProxyNextThird-Party Integrations

Last updated 4 years ago

Was this helpful?

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:

[Definition]
failregex = .*\[info\]\[Auth\]\: Failed sign-in attempt.*"ip":"<HOST>"

You can then add a jail using this filter in jail.local. Please see the for details on how to configure the jail.

Fail2ban documetation