/prowlarr-proxy

Remove or replace Prowlarrs suffix from indexer name

Primary LanguageTypeScriptMIT LicenseMIT

🦊 prowlarr-proxy

✂️ Remove or replace Prowlarrs suffix from indexer name - (Prowlarr)

Before:

Before image

After (with emoji suffix):

After image

🚀 Running

  1. Start the application
docker run -p 3000:3000 -v $(pwd)/config:/config -it ghcr.io/benjick/prowlarr-proxy:latest
  1. Edit ./config/config.yml with your desired values

🖐️ The app only reads the configuration file at startup, so restart the server after making any changes.

  1. Update your Application in Prowlarr to use the proxy:

Prowlarr settings

  1. Press "🔄 Sync App Indexers" in Prowlarr to update the indexers

🐳 docker-compose.yml

services:
  prowlarr-proxy:
    image: ghcr.io/benjick/prowlarr-proxy:latest
    ports:
      - 3000:3000
    volumes:
      - ./config:/config