Ultimate Plex Stack Save

This comprehensive Plex stack configuration simplifies the setup for your media server, integrating Plex, Radarr, Sonarr, Prowlarr, and more for seamless movie and TV show streaming with enhanced management and automation features, including VPN support, subtitle management and much more!

Project README

The Ultimate Plex Stack!

Welcome to my Plex stack repository! This repository showcases my Docker Compose setup for managing various media-related services using Docker containers. The compose file is meant to be changed to each users liking as I know not everyone has the same requirements. Hope you enjoy!

Overview

This Plex Stack includes the following services:

  • Plex: Media server for streaming movies and TV shows.
  • Radarr: Movie management and automation.
  • Sonarr: TV show management and automation.
  • Prowlarr: Indexer manager for Radarr and Sonarr.
  • Overseerr: Request management and monitoring for Plex.
  • Gluetun: VPN container with WireGuard support for secure browsing.
  • Qbittorrent: BitTorrent client with VPN support.
  • Tdarr: Pre-transcodes your media to decrease file sizes
  • De-unhealth: Monitors VPN health and restarts Qbittorrent if necessary.
  • Membarr: Invite users to your Plex via discord
  • Tautulli: Analytics and monitoring for Plex.
  • Bazarr: Subtitle management for movies and TV shows.
  • Autobrr: Used to grab torrents immediately as they are released.
  • Readarr: Used to grab books and audiobooks.
  • Lidarr: Used to grab music.
  • Flaresolverr: Used as a proxy server to bypass Cloudflare and DDoS-GUARD protection.
  • Dozzle: Used to view the logs of any container.
  • Wizarr: Used to create links that can be sent to users so they can be invited to your media server.
  • Plex Meta Manager: Used to create collections, overlays, playlists and much more!
  • Plex Auto Lanaguages: Used to auto update the language of your Plex Tv episodes
image

Dependencies

  1. Linux
  2. Docker / Docker Compose
  3. OPTIONAL: Portainer - Docker GUI

How to Use

  1. Clone this repository / Copy the docker-compose.yml file:

    git clone https://github.com/DonMcD/ultimate-plex-stack.git
    
  2. Fill in the required details such as the environment variables

  3. OPTIONAL: Setup a reverse proxy so you can use radarr.my-domain.com instead of 192.168.1.10 to access each of your apps

Example of Environment variables in Portainer

image

File location examples:

  • {UNRAID_SHARE} = /share
  • {BASE_PATH} = /home/username/docker

To allow hardlinking to work (which you will definitely want!) you will have to use the same root folder in all of your container path. In this example we use "/share", so in the container it will look like "/share/downloads/tv"

An example of my folder structure:
image

  • Feel free to expand your folders to also include "books" or "music" as you need for your setup
  1. In Radarr you will want to set your category to "movies", this will create the movies folder
  2. In Sonarr you will want to set your category to "tv", this will create the tv folder

Anytime you reference your media folder in a container you want the path to look like /share/media/tv instead of /tv like a lot of the default guides say, if you do end up mapping the path as /tv hardlinking will not work

Possible Additions

  1. Organizr - Creates a lovely dashboard to help navigate to all of your apps
  2. Portainer - Docker GUI
  3. UptimeKuma - Gives you the ability to monitor your services
Open Source Agenda is not affiliated with "Ultimate Plex Stack" Project. README Source: DonMcD/ultimate-plex-stack
Stars
124
Open Issues
5
Last Commit
2 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating