Skip to content

carcaret/media-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Suite to manage series and movies. It uses Jackett, Sonarr, Radarr and Transmission to search, download and manage the content

Prerequisites

Docker Engine v1.13.0+ and Docker Compose must be installed

Run it

You should use the file deploy.sh to deploy the whole suite. The following options can be passed to define the folders where the files will be stored:

  • -d: folder where downloaded files will be stored. Defaults to ./downloads
  • -s: TV Shows library folder. Defaults to ./series
  • -m: Movies library folder. Defaults to ./movies
  • -u: Sets username for basic auth. Defaults to admin
  • -p: Sets password for basic auth. Defaults to admin

Command

$ ./deploy.sh -d /path/to/downloads -s /path/to/series -m /path/to/movies -u user -p password

Access services

All the services are accesible on their corresponding default ports:

  • Jackett: localhost:9117
  • Sonarr: localhost:8989
  • Radarr: localhost:7878
  • Transmission: localhost:9191

Nevetheless, an Nginx is also deployed to ease the access. You can add the following line to /etc/hosts to use .home domains

127.0.0.1	localhost, jackett.home, sonarr.home, radarr.home, transmission.home

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published