feat(media): complete media stack — Jellyfin + Sonarr + Radarr + Prowlarr + qBit + Jellyseerr#316
Open
Problemsolver0070 wants to merge 1 commit intoillbnm:masterfrom
Open
Conversation
…llbnm#2) - Jellyfin (10.9.11): media server with proper Traefik routing - Sonarr (4.0.11): TV series management with depends_on ordering - Radarr (5.8.1): movie management with depends_on ordering - Prowlarr (1.22.0): indexer management - qBittorrent (4.6.7): download client with category support - Jellyseerr (2.1.1): media request management (NEW) - TRaSH Guides hardlink directory layout (/data/torrents + /data/media) - All services: healthchecks, Traefik labels, Authentik ForwardAuth - Internal 'media' network for inter-service communication - Complete README with setup steps, FAQ, directory structure docs - Updated .env.example Generated/reviewed with: claude-opus-4-6 Reviewed/verified with: GPT-5.3 Codex Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 tasks
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #2 — [BOUNTY $160] Media Stack — 媒体服务栈
All 6 required services:
10.9.11) — Media streaming server4.0.11) — TV series automation5.8.1) — Movie automation1.22.0) — Indexer management (syncs to Sonarr/Radarr)4.6.7) — Download client with category support2.1.1) — Media request management portalTRaSH Guides Hardlink Layout
Single
/datamount enables hardlinks, saving disk space.Acceptance Criteria
docker compose up -dstarts all 6 servicesdocker compose psshows healthy)medianetwork)/data/mediadirectoryTest Plan
docker compose configvalidatescurl https://jellyfin.DOMAIN/health→ 200curl https://sonarr.DOMAIN/ping→ 200curl https://radarr.DOMAIN/ping→ 200curl https://prowlarr.DOMAIN/ping→ 200curl https://requests.DOMAIN/api/v1/status→ 200Generated/reviewed with: claude-opus-4-6
Reviewed/verified with: GPT-5.3 Codex
🤖 Generated with Claude Code