a short and sweet way to get a full-blown media stack running on a server from scratch in minutes.
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 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/keerio/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
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.