charliecano / media-docker

all-in-one deployment and configuration for an all-in-one media server, running on docker.

Home Page:https://media-docker.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

media-docker

GitHub tag (latest SemVer) GitHub issues Build Status Join the chat at https://gitter.im/joskore/media-docker GitHub GitHub forks

a short and sweet way to get a full-blown media stack running on a server from scratch in minutes.

what it is

with this package, you'll get a media server environment capable of finding, grabbing, downloading, and presenting: movies, tv, books, and music. it does this (relatively) securely, prioritizing usenet but with an option for torrenting-over-VPN.

traefik reverse-proxying is available for access via nice URLs without exposing ports to the outside world, as long as you have a publically accessible domain you should be clear to use this without issue.

watchtower is available to keep all of your docker containers up-to-date.

installation

installation is omega-easy! just make sure that you have git installed and are a sudo-capable user and run one of the two sets of commands in your terminal to install:

bash -c "$(curl -sL dl.media-docker.com)"

or

git clone https://github.com/joskore/media-docker
cd media-docker
chmod +x media-docker.sh
sudo ./media-docker.sh

regardless of the method chosen from above, after the initial run completes, you can execute media-docker from anywhere by running:

sudo media-docker

documentation

thanks!

this very much stands on the shoulders of those who came before, all this has done is made the deployment process simple and straightforward to configure.

About

all-in-one deployment and configuration for an all-in-one media server, running on docker.

https://media-docker.com

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%