linuxserver / docker-jackett

GNU General Public License v3.0
390 stars 96 forks source link

FlareSolverr API URL #146

Closed Bl00d-B0b closed 7 months ago

Bl00d-B0b commented 7 months ago

Is this a new feature request?

Wanted change

As I can see, now FlareSolverr is a part of the jackett build. /app/Jackett/FlareSolverrSharp.dll but I can't find, on which port is runned, and how It can be used.

Reason for change

Some torrents protected by Cloudflare, I I can't find which port I need to use to setup FlareSolverr API URL

Proposed code change

No response

github-actions[bot] commented 7 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

j0nnymoe commented 7 months ago

Their documentation still shows you need to set it up separately https://github.com/Jackett/Jackett#configuring-flaresolverr

Bl00d-B0b commented 7 months ago

I read docs, and it's written: FlareSolverr has been integrated into Jackett. This service is in charge of solving the challenges and configuring Jackett with the necessary cookies. to setup: 1) Install FlareSolverr service (following their instructions) --- my assumption it's is already installed in this linuxserver/jackett, as I can see /app/Jackett/FlareSolverrSharp.dll 2) Configure FlareSolverr API URL in Jackett. For example: http://172.17.0.2:8191/ --- that's my question, if it's already installd, what URL i must setup in the setting?

image

So, my assumption, this service is not run inside this jackett build.

Roxedus commented 7 months ago

Integrated does not mean bundled, it has integrated the ability to use it.

Bl00d-B0b commented 7 months ago

OK, thanks.