remove mention of *arr stack
This commit is contained in:
@@ -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',
|
||||
@@ -168,14 +168,6 @@ jobs:
|
||||
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:
|
||||
image: henrygd/beszel:latest
|
||||
|
||||
Reference in New Issue
Block a user