Skip to content

elightcap/mediaserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Plex & Usenet Media Server

docker-based plex & usenet media server using custom subdomains with tls

Motivation

  • host each service as a subdomain of a personal domain over https
  • run public maintained images with no modifications
  • keep source repo small (2 required files)
  • require minimal configuration and setup

Features

  • Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server.
  • NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources.
  • Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
  • Radarr - A fork of Sonarr to work with movies à la Couchpotato.
  • NZBHydra 2 is a meta search application for NZB indexers, the "spiritual successor" to NZBmegasearcH, and an evolution of the original application NZBHydra . It provides easy access to a number of raw and newznab based indexers.
  • Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy.
  • Ombi - UI to allow users to request new shows/movies
  • Deluge - lightweight torrent client managed through web UI

Requirements

  • dedicated server or PC with plenty of storage
  • windows or linux x86/x64 os (not ARM)
  • personal top-level domain with configurable sub-domains (eg. plex.mydomain.com)

ACME & DNS

The following subdomains should point to the public IP of your server:

  • plex.mydomain.com
  • nzbget.mydomain.com
  • sonarr.mydomain.com
  • radarr.mydomain.com
  • hydra.mydomain.com
  • traefik.mydomain.com
  • ombi.mydomain.com
  • deluge.mydomain.com

Installation

  1. install docker

  2. install docker-compose

  3. clone mediaserver repo

git clone https://github.com/elightcap/mediaserver.git

Configuration

Copy env.sample to .env and fill all required fields

cp env.sample .env && nano .env

Deployment

Pull and deploy containers with docker-compose

docker-compose pull
docker-compose up -d

Author

Evan Lightcap

Acknowledgments

I didn't create any of these docker images myself, so credit goes to the maintainers, and the original software creators.

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages