Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benjick committed Jun 23, 2024
1 parent 53a814b commit fcf0bc6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
Binary file added .github/images/after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/prowlarr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# prowlerr-proxy
# prowlarr-proxy

### Remove or replace Prowlarrs suffix from indexer name: ` (Prowlarr)`

Before:

![Before image](./.github/images/before.png)

After (with emoji suffix):

![After image](./.github/images/after.png)

## Running:

```sh
docker run -p 3000:3000 -v $(pwd)/config:/config -it ghcr.io/benjick/prowlarr-proxy:latest
```

Edit `./config/config.yml` with your desired values

Finally update your Application in Prowlarr to use the proxy:

![Prowlarr settings](./.github/images/prowlarr.png)

Press "Sync App Indexers" to update the indexers

0 comments on commit fcf0bc6

Please sign in to comment.