sebgl / htpc-download-box

Sonarr / Radarr / Jackett / NZBGet / Deluge / OpenVPN / Plex
1.92k stars 323 forks source link

Add-on: Prowlarr #70

Open cbytestech opened 2 years ago

cbytestech commented 2 years ago

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 commented 2 years ago

best move evarr.

This guy gets it.

Thanks for the support of our apps!

cbytestech commented 2 years ago

Switching Ombi over to Overseerr later today to compare