Readarr

Readarr

Created = this.file.ctime
Updated = this.file.mtime

Information

Readarr is a member of the arr family of software (Radarr, [[ Sonarr ]], Prowlarr) and works by browsing [[ Torrent ]] sites for books that you want and automatically downloading them.

Docker Compose Script

  readarr:
    image: lscr.io/linuxserver/readarr:develop
    container_name: readarr
    environment:
      - PUID=1000
      - PGID=1000
      - UMASK=022
      - TZ=Australia/Adelaide
    volumes:
      - /docker/readarr/config:/config
      - /mnt/data/media/books:/books #optional
      - /mnt/data/downloads:/downloads #optional
    ports:
      - 8787:8787
    restart: unless-stopped

Setup

  1. Add the above to your docker compose script
  2. Link to a download client (Deluge)
  3. Link to Index Manager (Prowlarr)

[Type:: Seedling]

Notes mentioning this note


Here are all the notes in this garden, along with their links, visualized as a graph.