Manage your digital reading materials with a dedicated ebook collection manager designed for Usenet and BitTorrent users. This platform removes the manual work of maintaining a library by monitoring RSS feeds for new releases from your favorite authors. It interfaces directly with your download clients and indexers to grab, sort, and rename files according to your exact specifications.
Enjoy a highly customizable experience with features built specifically for avid readers:
services:
readarr:
image: lscr.io/linuxserver/readarr:latest
container_name: readarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
- ./books:/books
- ./downloads:/downloads
ports:
- 8787:8787
restart: unless-stopped# No sensitive credentials are required for the default configuration.
# You can add custom environment variables here if needed.Auto-fetched about 20 hours ago
Auto-fetched about 20 hours ago