From 4019d4cb10fa88c31ce6e55cf8f17454c5ecb125 Mon Sep 17 00:00:00 2001 From: Bayda77 Date: Tue, 13 Jan 2026 00:25:49 -0600 Subject: [PATCH] remove mention of *arr stack --- src/pages/Projects.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/pages/Projects.tsx b/src/pages/Projects.tsx index bbcd1f0..b3cdcd3 100644 --- a/src/pages/Projects.tsx +++ b/src/pages/Projects.tsx @@ -121,7 +121,7 @@ jobs: { type: 'text', title: 'Media & Automation', - content: "The core of the lab is the media stack. **Jellyfin** serves as the streaming frontend. Behind the scenes, the *Arr stack (**Sonarr**, **Radarr**, **Lidarr**) automates content acquisition, managed by **Prowlarr** for indexers and **qBittorrent** for downloads. **Jellyseerr** provides a clean interface for requesting content, and **Bazarr** handles subtitles." + content: "The core of the lab is the media stack. **Jellyfin** serves as the streaming frontend. Behind the scenes, automation tools handle content acquisition and organization. **Jellyseerr** provides a clean interface for requesting new additions to the library." }, { type: 'text', @@ -167,14 +167,6 @@ jobs: ports: ["8096:8096"] volumes: - ./media:/media - - # The *Arr Stack - sonarr: - image: lscr.io/linuxserver/sonarr:latest - volumes: [./media:/tv, ./downloads:/downloads] - radarr: - image: lscr.io/linuxserver/radarr:latest - volumes: [./media:/movies, ./downloads:/downloads] # Monitoring beszel: