Skip to content

petersem/exportarr

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published