This repo is my version of another fork. Setup should be a bit easier but even the original was pretty straightforward.
THIS FORK HAS BEEN ARCHIVED AND DUPLICATED SINCE IT WAS BECOMING ITS OWN THING AND NOT EXCLUSIVE FOR USENET
- jwilder/nginx-proxy - Nginx Proxy
- linuxserver/sabnzbd - SABnzbd
- linuxserver/couchpotato - CouchPotato
- plexinc/pms-docker - Plex
- linuxserver/sonarr - Sonarr
- linuxserver/muximux - Muximux
- Update
./uidgid.env
with the user and group IDs that will be running Docker - Update
./.env
and add your own Hostname as well as your directory for config, downloads, movies and TV folders - Create the necessary folders and make sure the user/group running the containers is the same
- Choose which services containers to use and remove the extras from the
./docker-compose.yml
file - Run
docker-compose up -d
to start all the Usenet services
- Initially when all containers are fully running, Plex is accessible by IP:PORT/web/index.html but the Plex Server configuration is hidden. This is due to the Plex container being behind the Docker Network's IP and not being able to connect to Plex.tv
- Basically from as stated in the original repo you need to tunnel the container and access the page. In order to do so follow the instructions on https://support.plex.tv/hc/en-us/articles/200288586-Installation specifically the section on "Opening the Plex Web App on a Device Other than the Server Itself"
- The htpc guides are pretty nifty: https://www.htpcguides.com