remove mention of *arr stack

This commit is contained in:
2026-01-13 00:25:49 -06:00
parent dee891ef68
commit 4019d4cb10

View File

@@ -121,7 +121,7 @@ jobs:
{ {
type: 'text', type: 'text',
title: 'Media & Automation', 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', type: 'text',
@@ -168,14 +168,6 @@ jobs:
volumes: volumes:
- ./media:/media - ./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 # Monitoring
beszel: beszel:
image: henrygd/beszel:latest image: henrygd/beszel:latest