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: