diff --git a/docs/Prowlarr/.pages b/docs/Prowlarr/.pages index 8340a7049..ff9b36731 100644 --- a/docs/Prowlarr/.pages +++ b/docs/Prowlarr/.pages @@ -1,2 +1,3 @@ nav: - Home: index.md + - How to setup proxy for certain indexers: prowlarr-setup-proxy.md diff --git a/docs/Prowlarr/images/add-indexer-proxy.png b/docs/Prowlarr/images/add-indexer-proxy.png new file mode 100644 index 000000000..effe60d5a Binary files /dev/null and b/docs/Prowlarr/images/add-indexer-proxy.png differ diff --git a/docs/Prowlarr/images/add-proxy-http.png b/docs/Prowlarr/images/add-proxy-http.png new file mode 100644 index 000000000..1433b86a9 Binary files /dev/null and b/docs/Prowlarr/images/add-proxy-http.png differ diff --git a/docs/Prowlarr/images/add-tag-to-indexer.png b/docs/Prowlarr/images/add-tag-to-indexer.png new file mode 100644 index 000000000..d8cd907fb Binary files /dev/null and b/docs/Prowlarr/images/add-tag-to-indexer.png differ diff --git a/docs/Prowlarr/images/select-indexer.png b/docs/Prowlarr/images/select-indexer.png new file mode 100644 index 000000000..aa96a9f44 Binary files /dev/null and b/docs/Prowlarr/images/select-indexer.png differ diff --git a/docs/Prowlarr/images/settings-indexers.png b/docs/Prowlarr/images/settings-indexers.png new file mode 100644 index 000000000..ef1f9e42b Binary files /dev/null and b/docs/Prowlarr/images/settings-indexers.png differ diff --git a/docs/Prowlarr/prowlarr-setup-proxy.md b/docs/Prowlarr/prowlarr-setup-proxy.md new file mode 100644 index 000000000..94ec8b00b --- /dev/null +++ b/docs/Prowlarr/prowlarr-setup-proxy.md @@ -0,0 +1,53 @@ +# Setup proxy for certain indexers + +It's not recommend to run the Starr apps though a VPN, what can happen is that the Starr apps doesn't update the posters or metadata or you can't add new movies/tv shows, it doesn't need to happen right away. but sooner or later it can and probably will happen. + +Just run VPN on the apps that actually need it, like your torrent client, and perhaps in some cases certain indexers because of region/isp restriction. + +!!! warning + Please check the indexers rules if you're allowed to use a VPN/Proxy to access their site, being that VPN services often use shared IP it could be recognized as account sharing. + + This isn't the same as the tracker, the API/Website scraping happens on the actual site and some indexers don't allow VPN usage on their site. + +In this guide i will try to explain how to setup Prowlarr to use your vpn from your torrent client. + +## Enable privoxy + +If you use docker you need to enable enable privoxy in you torrent client so you can use it to passthrough traffic. + +Please check your used docker image how to enable privoxy. + +## Add privoxy to Prowlarr + +`Settings` => `indexers` + +[Settings => images](images/settings-indexers.png) + +Click on the + sign and select `http` + +![!Add Indexers](images/add-indexer-proxy.png) + +Add the following info + +![!Add Proxy http](images/add-proxy-http.png) + +1. Name of the profile. +1. Tag name we're going to use later. +1. Host name to your torrent client. +1. Used port for privoxy (default for privoxy: 8118). +1. User name for your torrent client. +1. Password for your torrent client. +1. Test if your connection works. +1. If it works click on `Save`. + +## Add privoxy to your indexer + +Select the indexer that you want to use with Privoxy + +![!Select Indexer](images/select-indexer.png) + +Scroll down to the bottom and add the tag you've set up earlier at step 2. + +Click `Test` and `Save`. + +Now the indexer should be using the VPN of your torrent client.