Skip to content

Commit 460c938

Browse files
authored
feat: remove jellyseerr and overseerr, add seerr (#86)
1 parent ed7fb5a commit 460c938

7 files changed

Lines changed: 35 additions & 52 deletions

File tree

.env

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ IT_TOOLS_HOSTNAME=it-tools.${DOMAIN}
152152
JACKETT_HOSTNAME=jackett.${DOMAIN}
153153
JACKETTIO_HOSTNAME=jackettio.${DOMAIN}
154154
JELLYFIN_HOSTNAME=jellyfin.${DOMAIN}
155-
JELLYSEERR_HOSTNAME=jellyseerr.${DOMAIN}
156155
KARAKEEP_HOSTNAME=karakeep.${DOMAIN}
157156
LIBRESPEED_HOSTNAME=speedtest.${DOMAIN}
158157
MEALIE_HOSTNAME=mealie.${DOMAIN}
@@ -165,7 +164,6 @@ NTFY_HOSTNAME=ntfy.${DOMAIN}
165164
NZBDAV_HOSTNAME=nzbdav.${DOMAIN}
166165
NZBHYDRA2_HOSTNAME=nzbhydra2.${DOMAIN}
167166
OMG_TV_STREMIO_ADDON_HOSTNAME=omg-tv-addon.${DOMAIN}
168-
OVERSEERR_HOSTNAME=overseerr.${DOMAIN}
169167
PLAUSIBLE_HOSTNAME=plausible.${DOMAIN}
170168
PLEX_HOSTNAME=plex.${DOMAIN}
171169
PLEXIO_HOSTNAME=plexio.${DOMAIN}
@@ -179,6 +177,7 @@ REDLIB_HOSTNAME=redlib.${DOMAIN}
179177
RSS_BRIDGE_HOSTNAME=rss-bridge.${DOMAIN}
180178
SEANIME_HOSTNAME=seanime.${DOMAIN}
181179
SEARXNG_HOSTNAME=searxng.${DOMAIN}
180+
SEERR_HOSTNAME=seerr.${DOMAIN}
182181
SONARR_HOSTNAME=sonarr.${DOMAIN}
183182
SONARR4K_HOSTNAME=4k.sonarr.${DOMAIN}
184183
SONARRANIME_HOSTNAME=anime.sonarr.${DOMAIN}

apps/cloudflare-ddns/compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ services:
5151
${JACKETT_HOSTNAME},
5252
${JACKETTIO_HOSTNAME},
5353
${JELLYFIN_HOSTNAME},
54-
${JELLYSEERR_HOSTNAME},
5554
${KARAKEEP_HOSTNAME},
5655
${LIBRESPEED_HOSTNAME},
5756
${MEALIE_HOSTNAME},
@@ -64,7 +63,6 @@ services:
6463
${NZBDAV_HOSTNAME},
6564
${NZBHYDRA2_HOSTNAME},
6665
${OMG_TV_STREMIO_ADDON_HOSTNAME},
67-
${OVERSEERR_HOSTNAME},
6866
${PLAUSIBLE_HOSTNAME},
6967
${PLEX_HOSTNAME},
7068
${PLEXIO_HOSTNAME},
@@ -78,6 +76,7 @@ services:
7876
${RSS_BRIDGE_HOSTNAME},
7977
${SEANIME_HOSTNAME},
8078
${SEARXNG_HOSTNAME},
79+
${SEERR_HOSTNAME},
8180
${SONARR_HOSTNAME},
8281
${SONARR4K_HOSTNAME},
8382
${SONARRANIME_HOSTNAME},

apps/honey/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"icon": "https://raw.githubusercontent.com/jellyfin/jellyfin-ux/refs/heads/master/branding/tizen/icon.png"
6363
},
6464
{
65-
"name": "JellySeerr",
65+
"name": "Seerr",
6666
"desc": "Jellyfin Media manager",
67-
"href": "https://jellyseerr.yourdomain.com",
67+
"href": "https://seerr.yourdomain.com",
6868
"icon": "https://raw.githubusercontent.com/fallenbagel/jellyseerr/refs/heads/develop/public/android-chrome-512x512.png"
6969
},
7070
{

apps/jellyseerr/compose.yaml

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

apps/overseerr/compose.yaml

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

apps/seerr/compose.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
services:
2+
seerr:
3+
image: ghcr.io/seerr-team/seerr:latest
4+
init: true
5+
container_name: seerr
6+
restart: unless-stopped
7+
expose:
8+
- 5055
9+
environment:
10+
- TZ=${TZ:-UTC}
11+
- LOG_LEVEL=debug
12+
labels:
13+
- "traefik.enable=true"
14+
- "traefik.http.routers.seerr.rule=Host(`${SEERR_HOSTNAME?}`)"
15+
- "traefik.http.routers.seerr.entrypoints=websecure"
16+
- "traefik.http.routers.seerr.tls.certresolver=letsencrypt"
17+
volumes:
18+
- ${DOCKER_DATA_DIR}/seerr:/app/config
19+
healthcheck:
20+
test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1
21+
start_period: 20s
22+
timeout: 3s
23+
interval: 15s
24+
retries: 3
25+
depends_on:
26+
decypharr:
27+
condition: service_healthy
28+
profiles:
29+
- seerr
30+
- all

compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ include:
4242
- apps/jackett/compose.yaml
4343
- apps/jackettio/compose.yaml
4444
- apps/jellyfin/compose.yaml
45-
- apps/jellyseerr/compose.yaml
4645
- apps/karakeep/compose.yaml
4746
- apps/kometa/compose.yaml
4847
- apps/librespeed/compose.yaml
@@ -56,7 +55,6 @@ include:
5655
- apps/nzbdav/compose.yaml
5756
- apps/nzbhydra2/compose.yaml
5857
- apps/omg-tv-addon/compose.yaml
59-
- apps/overseerr/compose.yaml
6058
- apps/plausible/compose.yaml
6159
- apps/plex/compose.yaml
6260
- apps/plex-trakt-sync/compose.yaml
@@ -71,6 +69,7 @@ include:
7169
- apps/rss-bridge/compose.yaml
7270
- apps/seanime/compose.yaml
7371
- apps/searxng/compose.yaml
72+
- apps/seerr/compose.yaml
7473
- apps/sonarr/compose.yaml
7574
- apps/speedtest-tracker/compose.yaml
7675
- apps/sshbot/compose.yaml

0 commit comments

Comments
 (0)