getumbrel / umbrel-apps

The official app repository of the Umbrel App Store. Submit apps and updates here. Learn how → https://github.com/getumbrel/umbrel-apps#readme
https://apps.umbrel.com
482 stars 357 forks source link

Add FlareSolverr to Prowlarr #1042

Open Julienpeps opened 2 months ago

Julienpeps commented 2 months ago

For some indexers, it is required to proxy Prowlarr's traffic through FlareSolverr, as shown on the screenshot below.

image

My solution was to add FlareSolverr to Prowlarr's docker-compose, and configure the proxy in Prowlarr as shown below.

image

From my understanding, it would also be possible to use "getumbrel/media-app-configurator" to configure Prowlarr, however, I have no clue how to do that. Any help would be appreciated.

hutchYy commented 2 months ago

up!

nmfretz commented 1 month ago

Great idea adding FlareSolverr to the compose file @Julienpeps.

From my understanding, it would also be possible to use "getumbrel/media-app-configurator" to configure Prowlarr, however, I have no clue how to do that. Any help would be appreciated.

Yep that's correct, we should be able to autoconfigure FlareSolverr as an indexer proxy when Prowlarr is installed. I need to update the media-app-configurator to include some other configuration items for other apps, so I can do this at the same time.

Do you know if there is any reason why a user might not want Flaresolverr set up by default?

Julienpeps commented 1 month ago

Users can choose whether they want to use FlareSolverr for certain indexer. There is therefore no impact on users who don't use it, except an extra container of course.

After setting up the proxy as shown in my first comment, enabling it for a specific indexer only requires tagging it as shown below: image

nmfretz commented 1 month ago

Users can choose whether they want to use FlareSolverr for certain indexer. There is therefore no impact on users who don't use it, except an extra container of course.

Excellent, thanks for running me through that. Okay, I'm going to focus on getting some app submissions out the door and then will come back to this and update the media-app-configurator.

nmfretz commented 2 days ago

working on the configurator now.