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
- Add the above to your docker compose script
- Link to a download client (Deluge)
- Link to Index Manager (Prowlarr)
[Type:: Seedling]
Notes mentioning this note
Home server
Home Server Synopsis I run a Home Server on [[Ubuntu Linux]] so it can be headless. While I use it...