Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add-on: Prowlarr #70

Open
cbytestech opened this issue Nov 22, 2021 · 2 comments
Open

Add-on: Prowlarr #70

cbytestech opened this issue Nov 22, 2021 · 2 comments

Comments

@cbytestech
Copy link

cbytestech commented Nov 22, 2021

I've used jackett since starting this venture but switching to prowlarr as part of the -arr suite... best move evarr..see what I did there..
You add an indexer and it can sync directly to the other -arr programs(sonarr, radarr, readarr, etc)

#Prowlarr
  prowlarr:
    container_name: prowlarr
    image: linuxserver/prowlarr:nightly
    ports:
      - "9696:9696"
    environment:
      - PUID=${PUID} # default user id, defined in .env
      - PGID=${PGID} # default group id, defined in .env
      - UMASK=002
      - TZ=${TZ} # timezone, defined in .env
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /media/config/prowlarr:/config # config files
      - /media/downloads/torrent-blackhole:/downloads # place where to put .torrent files for manual download / I added as jackett had it. testing if necessary

remember if using root for everything to comment out the PGID and PUID

when loading...
http://ipaddress:9696/
If that doesnt work.. try http://ipaddress:9696/settings/general initially if the first doesnt work

@Qstick
Copy link

Qstick commented Mar 24, 2022

best move evarr.

This guy gets it.

Thanks for the support of our apps!

@cbytestech
Copy link
Author

Switching Ombi over to Overseerr later today to compare

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants