Skip to content

uesteibar/mediacenter-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mediacenter-compose

A docker setup to run a simple media center.

Running locally

Clone the repo

git clone https://github.com/uesteibar/mediacenter-compose.git && cd mediacenter-compose

Copy the .env file and customize the domain names

cp .env.sample .env

Setup the environment

You can set your download folders by using the DOWNLOADS_FOLDER env variable (default is ~/mediacenter/downloads)

DOWNLOADS_FOLDER=/path/to/folder ./setup.sh

Run the containers

DOWNLOADS_FOLDER=/path/to/folder docker-compose up -d

You can now access:

Roadmap

  • Use nginx for routing to avoid always writing the port.
  • Add support for automatically downloading torrents from RSS feed.

Releases

No releases published

Packages

No packages published