Prowlarr
Prowlarr
Created | = this.file.ctime |
---|---|
Updated | = this.file.mtime |
Information
Prowlarr is a member of the arr family of software (Radarr, Readarr, [[ Sonarr ]]) and syncs the indexers used by all the other arr software. It also allows for manual searching and downloading of [[ Torrent|torrents ]].
Docker Compose Script
prowlarr:
image: lscr.io/linuxserver/prowlarr:develop
container_name: prowlarr
environment:
- PUID=1000
- PGID=1000
- TZ=Australia/Adelaide
volumes:
- /docker/prowlarr/config:/config
ports:
- 9696:9696
restart: unless-stopped
Setup
- Add the above to your docker compose script
- Link to a download client (Deluge)
- Link to other Arr software
[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...