Skip to content

Commit 7e1870d

Browse files
committed
🏴‍☠️ Cast Readarr overboard — dead weight don't sail with Plundarr no more
1 parent def43a6 commit 7e1870d

File tree

7 files changed

+0
-73
lines changed

7 files changed

+0
-73
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
"QUEUECLEANER",
7575
"quicklaunch",
7676
"Radarr",
77-
"Readarr",
7877
"removin",
7978
"resolvconf",
8079
"runnin",

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ make up # Hoist the stack!
5151
| Radarr | 🎥 Chart yer course fer cinematic riches! Automatically plunder new films and keep yer ship's library filled to the brim. | [More info](https://github.com/Radarr/Radarr) |
5252
| Sonarr | 📺 Set sail on the seas of TV shows! Fetch new episodes and keep yer watchlist shipshape and Bristol fashion. | [More info](https://github.com/Sonarr/Sonarr) |
5353
| Bazarr | 🦜 The parrot on yer shoulder squawkin' subtitles in many tongues fer all yer movies and TV shows. | [More info](https://github.com/morpheus65535/bazarr) |
54-
| Readarr | 📚 The captain's log fer yer ebooks. Keep yer digital library well-organized and as neat as a pin. | [More info](https://github.com/Readarr/Readarr) |
5554
| Overseerr | ⚓️ The quartermaster fer handlin' all yer crew's media requests, keepin' the ship runnin' smooth and the crew satisfied. | [More info](https://github.com/sct/overseerr) |
5655
| Cleanuparr | 🧹 The swabbie keepin' yer ship clean by removin' blocked or unwanted downloads from Sonarr, Radarr, and yer download mates like qBittorrent. | [More info](https://github.com/Cleanuparr/Cleanuparr) |
5756
| Speedtest Tracker | ⚡️ Keep a log of yer internet speed to make sure yer ISP ain't sellin' ye snake oil. Monitor yer connection and track yer speeds over time. | [More info](https://docs.speedtest-tracker.dev/) |

config/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Ahoy, ye scurvy devils! Welcome to the **`config`** directory of the grand vesse
2020
| 🧭 `prowlarr` | Jack of all trackers, finder of torrents |
2121
|`qbittorrent` | Torrentin' machine — yer cargo hauler |
2222
| 🎬 `radarr` | Movies! Add ‘em, find ‘em, automate ‘em |
23-
| 📚 `readarr` | For book-lovin' pirates — track and grab yer tomes |
2423
| 📺 `sonarr` | TV shows, season packs, binge treasures |
2524
| 🌬️ `speedtest-tracker` | Measure the wind in yer sails (or yer bandwidth) |
2625

config/homepage/services.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,6 @@
4747
url: {{HOMEPAGE_VAR_BAZARR_URL}}
4848
key: {{HOMEPAGE_VAR_BAZARR_KEY}}
4949

50-
- Readarr:
51-
icon: readarr.svg
52-
href: https://readarr.{{HOMEPAGE_VAR_HOST_URL}}
53-
description: Ebooks management
54-
container: readarr-develop
55-
widget:
56-
type: readarr
57-
url: {{HOMEPAGE_VAR_READARR_URL}}
58-
key: {{HOMEPAGE_VAR_READARR_KEY}}
59-
6050
- Overseerr:
6151
icon: overseerr.svg
6252
href: https://overseerr.{{HOMEPAGE_VAR_HOST_URL}}
@@ -89,12 +79,6 @@
8979
color: teal
9080
params:
9181
unmonitored: true
92-
- type: readarr
93-
service_group: Media
94-
service_name: Readarr
95-
color: pink
96-
params:
97-
unmonitored: true
9882

9983
- Tautulli:
10084
icon: tautulli.svg

config/readarr/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docker-compose.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
# - radarr: https://github.com/Radarr/Radarr
1818
# - sonarr: https://github.com/Sonarr/Sonarr
1919
# - bazarr: https://github.com/morpheus65535/bazarr
20-
# - readarr: https://github.com/Readarr/Readarr
2120
# - overseerr: https://github.com/sct/overseerr
2221
# - cleanuparr: https://github.com/Cleanuparr/Cleanuparr
2322
# - speedtest-tracker: https://docs.speedtest-tracker.dev
@@ -164,7 +163,6 @@ services:
164163
- ${RADARR_WEBUI_PORT}:7878 # Radarr web UI port
165164
- ${SONARR_WEBUI_PORT}:8989 # Sonarr web UI port
166165
- ${BAZARR_WEBUI_PORT}:6767 # Bazarr web UI port
167-
- ${READARR_WEBUI_PORT}:8787 # Readarr web UI port
168166

169167
# Mount host directories into the container
170168
volumes:
@@ -347,36 +345,6 @@ services:
347345
radarr:
348346
condition: service_healthy # Wait until Radarr is healthy
349347

350-
#
351-
# Define the 'readarr' service for managing ebooks
352-
#
353-
readarr:
354-
# Docker image and container information
355-
<<: *arr-stack-container # Pull in arr-stack container config
356-
image: lscr.io/linuxserver/readarr:${READARR_TAG} # Run using the specified tag
357-
container_name: readarr-${READARR_TAG} # Append Docker image tag to container name
358-
network_mode: service:gluetun # Route network traffic through gluetun
359-
360-
# Mount host directories into the container
361-
volumes:
362-
- ${READARR_CONFIG_PATH}:/config:rw # Database and Readarr configs
363-
- ${HOST_DOWNLOADS_PATH}:/downloads:rw # Location of download managers output directory
364-
- ${HOST_BOOKS_PATH}:/books:rw # Location of book library on disk
365-
366-
# Define container healthcheck to verify Readarr connectivity
367-
healthcheck:
368-
test: ["CMD-SHELL", "wget -qO- http://localhost:${READARR_WEBUI_PORT} | grep -q 'Readarr'"] # Check if Readarr web UI is reachable
369-
<<: *default-healthcheck-settings # Pull in default healthcheck settings
370-
371-
# Specify container service dependencies
372-
depends_on:
373-
gluetun:
374-
condition: service_healthy # Wait until Gluetun reports healthy VPN connection
375-
prowlarr:
376-
condition: service_healthy # Wait until Prowlarr is healthy
377-
qbittorrent:
378-
condition: service_healthy # Wait until qBittorrent is healthy
379-
380348
#
381349
# Define the 'overseerr' service for managing media library requests
382350
#
@@ -516,8 +484,6 @@ services:
516484
HOMEPAGE_VAR_SONARR_KEY: ${HOMEPAGE_VAR_SONARR_KEY} # Sonarr api key for widget
517485
HOMEPAGE_VAR_BAZARR_URL: ${HOMEPAGE_VAR_BAZARR_URL}:${BAZARR_WEBUI_PORT} # Bazarr internal URL for widget
518486
HOMEPAGE_VAR_BAZARR_KEY: ${HOMEPAGE_VAR_BAZARR_KEY} # Bazarr api key for widget
519-
HOMEPAGE_VAR_READARR_URL: ${HOMEPAGE_VAR_READARR_URL}:${READARR_WEBUI_PORT} # Readarr internal URL for widget
520-
HOMEPAGE_VAR_READARR_KEY: ${HOMEPAGE_VAR_READARR_KEY} # Readarr api key for widget
521487
HOMEPAGE_VAR_OVERSEERR_URL: ${HOMEPAGE_VAR_OVERSEERR_URL}:${OVERSEERR_WEBUI_PORT} # Overseerr internal URL for widget
522488
HOMEPAGE_VAR_OVERSEERR_KEY: ${HOMEPAGE_VAR_OVERSEERR_KEY} # Overseerr api key for widget
523489
HOMEPAGE_VAR_PROWLARR_URL: ${HOMEPAGE_VAR_PROWLARR_URL}:${PROWLARR_WEBUI_PORT} # Prowlarr internal URL for widget

example.env

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,6 @@ BAZARR_TAG="${BAZARR_TAG:-latest}"
128128
BAZARR_WEBUI_PORT="${BAZARR_WEBUI_PORT:-6767}"
129129
BAZARR_CONFIG_PATH="${BAZARR_CONFIG_PATH:-./config/bazarr}"
130130

131-
#
132-
# Readarr environment variables
133-
#
134-
READARR_TAG="${READARR_TAG:-develop}"
135-
READARR_WEBUI_PORT="${READARR_WEBUI_PORT:-8787}"
136-
READARR_CONFIG_PATH="${READARR_CONFIG_PATH:-./config/readarr}"
137-
138131
#
139132
# Overseerr environment variables
140133
#
@@ -203,8 +196,6 @@ HOMEPAGE_VAR_SONARR_URL="${HOMEPAGE_VAR_SONARR_URL:-http://host.or.ip}"
203196
HOMEPAGE_VAR_SONARR_KEY="${HOMEPAGE_VAR_SONARR_KEY:-abc123}"
204197
HOMEPAGE_VAR_BAZARR_URL="${HOMEPAGE_VAR_BAZARR_URL:-http://host.or.ip}"
205198
HOMEPAGE_VAR_BAZARR_KEY="${HOMEPAGE_VAR_BAZARR_KEY:-abc123}"
206-
HOMEPAGE_VAR_READARR_URL="${HOMEPAGE_VAR_READARR_URL:-http://host.or.ip}"
207-
HOMEPAGE_VAR_READARR_KEY="${HOMEPAGE_VAR_READARR_KEY:-abc123}"
208199
HOMEPAGE_VAR_OVERSEERR_URL="${HOMEPAGE_VAR_OVERSEERR_URL:-http://host.or.ip}"
209200
HOMEPAGE_VAR_OVERSEERR_KEY="${HOMEPAGE_VAR_OVERSEERR_KEY:-abc123}"
210201
HOMEPAGE_VAR_PROWLARR_URL="${HOMEPAGE_VAR_PROWLARR_URL:-http://host.or.ip}"

0 commit comments

Comments
 (0)