SynoCommunity/spksrc

[Package Request] Flaresolverr

Closed this issue · 1 comments

Software Name

Flaresolverr

Brief Description

FlareSolverr is a proxy server to bypass Cloudflare protection. Nowadays, many indexers usually accessed by Radarr and Sonarr (which are supported as packages by SynoCommunity) are hidden behind Cloudflare Captcha pages.

FlareSolverr starts a proxy server, and it waits for user requests in an idle state using few resources. When some request arrives, it uses Selenium with the undetected-chromedriver to create a web browser (Chrome). It opens the URL with user parameters and waits until the Cloudflare challenge is solved (or timeout). The HTML code and the cookies are sent back to the user, and those cookies can be used to bypass Cloudflare using other HTTP clients.

Website

https://github.com/FlareSolverr/FlareSolverr

Documentation

https://github.com/FlareSolverr/FlareSolverr/wiki

Build/Installation documentation

https://github.com/FlareSolverr/FlareSolverr?tab=readme-ov-file#installation

Source code

https://github.com/FlareSolverr/FlareSolverr/archive/refs/tags/v3.3.16.tar.gz

OpenSource License

MIT

Other License

No response

I don't know, they already have good docker images https://hub.docker.com/r/flaresolverr/flaresolverr I recommend using the docker container if at all possible. If your NAS doesn't already support docker, I would think it would not be powerful enough to run a web browser reliably. It might be possible, however.

NOTE: Web browsers consume a lot of memory. If you are running FlareSolverr on a machine with few RAM, do not make many requests at once. With each request a new browser is launched