exportarr

exportarr

Docker app from petersem's Repository

Overview

Exportarr 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. :) Others just copy the URL for the genre they want, then use this as an importable list in Sonarr/Radarr. Then, as you add new titles to your Sonarr/Radarr, your friends will see them updated daily in thier Sonarr/Radarr apps.

Exportarr

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

  • You dont want to publish trakt lists
  • You know someone that wants to just copy your lists in Radarr/Sonarr for themselves.
  • You want to get updates from a trusted source for a specific genre of movies or shows.
  • You want to share your radarr/sonarrs lists, but dont want to open ports to these apps on your network, nor want to share API keys. image

Install


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

Run

  • Open a browser and go to http://hostIP:port?token=yourexportarrtokenhere
  • Open a port for exportarr or set it up in your reverse proxy
  • Open radarr - settings - lists - '+' - 'StevenLu Custom', then change the title and paste in the url from the exportarr list you want to use. image
  • Open sonarr - settings - lists - '+' - 'Custom List', then change the title and paste in the url from the exportarr list you want to use. image

Install Exportarr on Unraid in a few clicks.

Find Exportarr in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Exportarr Review the template variables and paths Click Install

Download Statistics

8,549
Total Downloads

Related apps

Explore more like this

Explore all

Details

Repository
petersem/exportarr
Last Updated2024-05-13
First Seen2024-05-13

Runtime arguments

Web UI
http://[IP]:[PORT:3000]
Network
bridge
Shell
sh
Privileged
false

Template configuration

Radarr URLVariable

Fully qualified URL to Radarr, including any non-standard ports. E.G http://n.n.n.n:7878

Target
RADARR_URL
Radarr API TokenVariable

Token from Radarr - Settings - General

Target
RADARR_TOKEN
Sonarr URLVariable

Fully qualified URL to Sonarr, including any non-standard ports. E.G http://n.n.n.n:8989

Target
SONARR_URL
Sonarr API TokenVariable

Token from Sonarr- Settings - General

Target
SONARR_TOKEN
PortPorttcp

The port that you want to access Exportarr on.

Target
3000
Value
1234