Update README.md
This commit is contained in:
parent
78dd4f6845
commit
652b52dff4
1 changed files with 35 additions and 1 deletions
36
README.md
36
README.md
|
|
@ -1 +1,35 @@
|
|||
# ultimate-plex-stack
|
||||
# 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
|
||||
|
||||
## Dependencies
|
||||
|
||||
1. Linux
|
||||
2. Docker
|
||||
|
||||
## How to Use
|
||||
|
||||
1. Clone this repository:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/DonMcD/ultimate-plex-stack.git
|
||||
2. Fill in the required details in the 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue