Sign inSign up

jeffersoncgo/flaresolverr-bridge

By jeffersoncgo

β€’Updated 14 days ago

FlareSolverr Bridge: The Intelligent Gateway for Distributed FlareSolverr Instances

Image
Networking
Developer tools
0

510

jeffersoncgo/flaresolverr-bridge repository overview

FlareSolverr Bridge is a lightweight, high-availability proxy that sits in front of multiple FlareSolverr instances β€” turning them into a resilient, distributed solving cluster. Instead of relying on a single point of failure, your scraping or automation requests are intelligently routed through all configured targets. The bridge returns the first successful response from any healthy instance, ensuring maximum uptime and performance.

Perfect for production-grade web scraping, automation pipelines, or any application requiring robust CAPTCHA and Cloudflare bypass capabilities, FlareSolverr Bridge adds redundancy, load distribution, and real-time monitoring β€” without changing your existing code.

Screenshot

πŸ”— Available on Docker Hub: jeffersoncgo/flaresolverr-bridge⁠


β βœ… Key Features
  • Automatic Failover: Requests are sent to all configured FlareSolverr endpoints simultaneously β€” the first successful response wins.
  • Real-Time Monitoring: View live status, latency, and uptime of each target directly in the built-in web UI.
  • Dynamic Target Management: Add, remove, or update FlareSolverr instances on-the-fly via the intuitive dashboard.
  • Zero Code Changes Required: Simply point your app to the Bridge endpoint β€” it speaks the exact same API as FlareSolverr.
  • Lightweight & Fast: Minimal overhead with near-zero latency penalty.
  • Docker-Native: Easy deployment via docker run or Docker Compose β€” scales seamlessly with your infrastructure.

⁠πŸ–₯️ Dashboard

The clean web interface lets you manage your distributed FlareSolverr fleet in real time. Add new targets with one click, view their current status (green = online), response latency (e.g., β€œ18 ms”), and uptime since last connection. A trash icon allows quick removal of failed or outdated instances β€” keeping your cluster lean and responsive.


β πŸš€ Use Cases
  • High-availability scraping clusters across multiple servers or regions
  • Load balancing heavy automation workloads across multiple FlareSolverr containers
  • Avoid downtime during maintenance or unexpected crashes
  • Monitor and optimize solver performance by comparing latencies across nodes

β πŸ› οΈ Quick Start
docker run -d -p 8191:8191 --name flaresolverr-bridge jeffersoncgo/flaresolverr-bridge:latest
  1. Visit http://localhost:8191 to access the dashboard.
  2. Add your FlareSolverr instances (e.g., http://10.0.0.6:8191, http://192.168.1.212:8191).
  3. Point your scraper tools (Puppeteer, Playwright, Scrapy, etc.) to http://localhost:8191/v1 β€” just like a regular FlareSolverr!

β πŸ’‘ Why Use This?

β€œOne FlareSolverr can fail. A cluster managed by FlareSolverr Bridge? Almost never.”

Stop worrying about single points of failure. Scale your scraping infrastructure with confidence.


βœ… Get it now on Docker Hub:
πŸ‘‰ https://hub.docker.com/r/jeffersoncgo/flaresolverr-bridge⁠

Tag summary

Content type

Image

Digest

sha256:b48e4b84b…

Size

53.2 MB

Last updated

14 days ago

docker pull jeffersoncgo/flaresolverr-bridge