We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. I found that Prowlarr recommends adding FlareSolverr in order to be able many of the public indices. https://wiki.servarr.com/prowlarr/faq#can-i-use-flaresolverr-indexers
Describe the solution you'd like Could we potentially look at adding FlareSolverr to this stack?
Describe alternatives you've considered I'm currently avoiding those indices but would be cool to use and track them.
Some ideas:
version: "3.9" services: flaresolverr: image: ghcr.io/flaresolverr/flaresolverr:latest container_name: flaresolverr environment: - LOG_LEVEL=info - LOG_HTML=false - CAPTCHA_SOLVER=none ports: - "8191:8191" restart: unless-stopped networks: - mynetwork
The text was updated successfully, but these errors were encountered:
Yes would love it !
I made changes to the repo to support Flaresolverr (or fork of it) by using a dedicated IP address (like Radarr & Sonarr)
Sorry, something went wrong.
I don't see an addendum FlareSolverr
#62
Flaresolverr is currently broken. The Cloudflare devs are watching the repo and so it is very likely permanently dead.
Here is the related issue, which has yet to be resolved.
FlareSolverr/FlareSolverr#1253
I think it is safe to close this issue, at least until this is solved.
navilg
No branches or pull requests
Is your feature request related to a problem? Please describe.
I found that Prowlarr recommends adding FlareSolverr in order to be able many of the public indices.
https://wiki.servarr.com/prowlarr/faq#can-i-use-flaresolverr-indexers
Describe the solution you'd like
Could we potentially look at adding FlareSolverr to this stack?
Describe alternatives you've considered
I'm currently avoiding those indices but would be cool to use and track them.
Some ideas:
The text was updated successfully, but these errors were encountered: