diff --git a/.env b/.env index be86290..a7559de 100644 --- a/.env +++ b/.env @@ -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} diff --git a/apps/cloudflare-ddns/compose.yaml b/apps/cloudflare-ddns/compose.yaml index 08e4661..3cc1686 100644 --- a/apps/cloudflare-ddns/compose.yaml +++ b/apps/cloudflare-ddns/compose.yaml @@ -49,7 +49,7 @@ services: ${JACKETT_HOSTNAME}, ${JACKETTIO_HOSTNAME}, ${JELLYFIN_HOSTNAME}, - ${JELLYSEER_HOSTNAME}, + ${JELLYSEERR_HOSTNAME}, ${KARAKEEP_HOSTNAME}, ${LIBRESPEED_HOSTNAME}, ${MEALIE_HOSTNAME}, diff --git a/apps/honey/config.json b/apps/honey/config.json index 35c7ed8..63635af 100644 --- a/apps/honey/config.json +++ b/apps/honey/config.json @@ -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" }, { diff --git a/apps/jellyseer/compose.yaml b/apps/jellyseer/compose.yaml index f67ab36..a58c7ea 100644 --- a/apps/jellyseer/compose.yaml +++ b/apps/jellyseer/compose.yaml @@ -1,7 +1,7 @@ services: - jellyseer: + jellyseerr: image: fallenbagel/jellyseerr:latest - container_name: jellyseer + container_name: jellyseerr restart: unless-stopped expose: - 5055 @@ -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 diff --git a/compose.yaml b/compose.yaml index bc68bd1..8d5e541 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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 @@ -117,4 +117,4 @@ include: networks: default: name: ${DOCKER_NETWORK:-aio_default} - external: ${DOCKER_NETWORK_EXTERNAL:-false} \ No newline at end of file + external: ${DOCKER_NETWORK_EXTERNAL:-false}