Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ IT_TOOLS_HOSTNAME=it-tools.${DOMAIN}
JACKETT_HOSTNAME=jackett.${DOMAIN}
JACKETTIO_HOSTNAME=jackettio.${DOMAIN}
JELLYFIN_HOSTNAME=jellyfin.${DOMAIN}
JELLYSEER_HOSTNAME=jellyseer.${DOMAIN}
JELLYSEERR_HOSTNAME=jellyseerr.${DOMAIN}
KARAKEEP_HOSTNAME=karakeep.${DOMAIN}
LIBRESPEED_HOSTNAME=speedtest.${DOMAIN}
MEALIE_HOSTNAME=mealie.${DOMAIN}
Expand Down
2 changes: 1 addition & 1 deletion apps/cloudflare-ddns/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
${JACKETT_HOSTNAME},
${JACKETTIO_HOSTNAME},
${JELLYFIN_HOSTNAME},
${JELLYSEER_HOSTNAME},
${JELLYSEERR_HOSTNAME},
${KARAKEEP_HOSTNAME},
${LIBRESPEED_HOSTNAME},
${MEALIE_HOSTNAME},
Expand Down
4 changes: 2 additions & 2 deletions apps/honey/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"icon": "https://raw.githubusercontent.com/jellyfin/jellyfin-ux/refs/heads/master/branding/tizen/icon.png"
},
{
"name": "JellySeer",
"name": "JellySeerr",
"desc": "Jellyfin Media manager",
"href": "https://jellyseer.yourdomain.com",
"href": "https://jellyseerr.yourdomain.com",
"icon": "https://raw.githubusercontent.com/fallenbagel/jellyseerr/refs/heads/develop/public/android-chrome-512x512.png"
},
{
Expand Down
14 changes: 7 additions & 7 deletions apps/jellyseer/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
jellyseer:
jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: jellyseer
container_name: jellyseerr
restart: unless-stopped
expose:
- 5055
Expand All @@ -10,14 +10,14 @@ services:
- LOG_LEVEL=debug
labels:
- "traefik.enable=true"
- "traefik.http.routers.jellyseer.rule=Host(`${JELLYSEER_HOSTNAME?}`)"
- "traefik.http.routers.jellyseer.entrypoints=websecure"
- "traefik.http.routers.jellyseer.tls.certresolver=letsencrypt"
- "traefik.http.routers.jellyseerr.rule=Host(`${JELLYSEERR_HOSTNAME?}`)"
- "traefik.http.routers.jellyseerr.entrypoints=websecure"
- "traefik.http.routers.jellyseerr.tls.certresolver=letsencrypt"
volumes:
- ${DOCKER_DATA_DIR}/jellyseer:/app/config
- ${DOCKER_DATA_DIR}/jellyseerr:/app/config
depends_on:
decypharr:
condition: service_healthy
profiles:
- jellyseer
- jellyseerr
- all
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ include:
- apps/jackett/compose.yaml
- apps/jackettio/compose.yaml
- apps/jellyfin/compose.yaml
- apps/jellyseer/compose.yaml
- apps/jellyseerr/compose.yaml
- apps/karakeep/compose.yaml
- apps/kometa/compose.yaml
- apps/librespeed/compose.yaml
Expand Down Expand Up @@ -117,4 +117,4 @@ include:
networks:
default:
name: ${DOCKER_NETWORK:-aio_default}
external: ${DOCKER_NETWORK_EXTERNAL:-false}
external: ${DOCKER_NETWORK_EXTERNAL:-false}