Skip to content
New issue

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

app: add FlareSolverr #575

Merged
merged 2 commits into from
Oct 21, 2024
Merged

app: add FlareSolverr #575

merged 2 commits into from
Oct 21, 2024

Conversation

calganaygun
Copy link
Contributor

In this PR;

  • FlareSolverr added.
    It is some kind of a proxy app for HTTP requests. Some of Prowlarr's indexers require that solver to bypass CloudFlare.

How to test:

  1. Install FlareSolver app.
  2. Test with curl:
curl -L -X POST 'http://localhost:8191/v1' \
-H 'Content-Type: application/json' \
--data-raw '{
  "cmd": "request.get",
  "url": "https://prowlarr.servarr.com/v1/ping",
  "maxTimeout": 60000
}'
  • Do not forget to change your hostname.
  1. If you get a response, it is working :)
    Output of curl

Or, directly test with Prowlarr: https://trash-guides.info/Prowlarr/prowlarr-setup-flaresolverr/#add-flaresolverr-to-prowlarr

@calganaygun
Copy link
Contributor Author

Hello @CorrectRoadH

Would you be able to take a look at this PR? I added testing instructions to make it easy to test for you :) I think many prowlerr users dependant on this app too :)

@CorrectRoadH
Copy link
Member

Hello @CorrectRoadH

Would you be able to take a look at this PR? I added testing instructions to make it easy to test for you :) I think many prowlerr users dependant on this app too :)

Yes, I am willing to handle this PR, but I am quite busy recently. I will test the application when I am free and merge it if it passes. It may take a day or two later.🥺

@calganaygun
Copy link
Contributor Author

@CorrectRoadH I hope you doing well! Will you be able to take a look at this PR soon?

@CorrectRoadH
Copy link
Member

Thanks for your contribution!❤️

@CorrectRoadH CorrectRoadH merged commit bfe3731 into IceWhaleTech:main Oct 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants