Skip to content

AlexKientz67/Media-Automation-Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

🎬 Media Automation Stack (Docker)

A complete self-hosted media automation stack using Docker Compose, featuring Jellyfin, Jellyseerr, Radarr, Sonarr, Jackett, and qBittorrent.

This setup provides an end-to-end solution to request, download, manage, and stream movies and TV shows using open-source tools.


⚠️ Disclaimer

This repository provides a media automation stack for personal use.

The author is not responsible for any illegal use, downloading, or distribution of copyrighted content.
Users are solely responsible for complying with local laws and regulations regarding media downloads and streaming.


✨ Features

  • 📦 Fully containerized with Docker Compose
  • 📁 Portable setup using relative paths (./)
  • 🎞️ Jellyfin media server
  • 🧠 Automated movie & TV show management
  • 🧲 Torrent indexing and downloading
  • 🚀 Easy to extend and customize

🧩 Included Services

Service Description
Jellyfin Media server
Jellyseerr Media request management
Radarr Movie automation
Sonarr TV show automation
Jackett Torrent indexer proxy
qBittorrent Torrent download client

📁 Folder Structure

.
├── docker-compose.yml
├── config
│   ├── jackett
│   ├── qbittorrent
│   ├── radarr
│   ├── sonarr
│   ├── jellyfin
│   └── jellyseerr
├── downloads
├── movies
└── tv

🚀 Getting Started

Prerequisites

  • Docker
  • Docker Compose

Installation

git clone https://github.com/AlexKientz67/Media-Automation-Stack.git
cd Media-Automation-Stack
mkdir -p config/{jackett,qbittorrent,radarr,sonarr,jellyfin,jellyseerr} downloads movies tv
docker compose up -d

🌍 Service Access

Service URL
Jellyfin http://localhost:8096
Jellyseerr http://localhost:5055
Radarr http://localhost:7878
Sonarr http://localhost:8989
Jackett http://localhost:9117
qBittorrent http://localhost:8080

📄 License

MIT License

About

A fully containerized media automation stack using Docker Compose, including Jellyfin, Jellyseerr, Radarr, Sonarr, Jackett, and qBittorrent.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors