Export your Radarr titles as consumable 'custom stephen lu' lists
8.1K
Allows you to share your Radarr/Sonarr lists with others, without having to give them your Radarr API key, or open external ports to Radarr/Sonarr. :)
Possible uses

services:
exportarr:
container_name: exportarr
image: petersem/exportarr
environment:
TOKEN: "xyzzy" #[Optional] if you want to have a token to limit access to exportarr
RADARR_URL: "http://192.168.1.134:7878"
RADARR_TOKEN: "yourradarrtokenhere"
SONARR_URL: "http://192.168.1.134:8989"
SONARR_TOKEN: "yoursonarrtokenhere"
ports:
- 1234:3000


Content type
Image
Digest
sha256:a12edfdfe…
Size
40.5 MB
Last updated
almost 2 years ago
docker pull petersem/exportarr