fix(stremio-ai-search): update hostname references for stremio-ai-search in compose and env files

This commit is contained in:
Viren070
2025-07-13 19:31:45 +01:00
parent 369de2b42b
commit 0a5ed056c8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,6 @@ services:
# All the domains within this comma separated list will have specific pages protected with Authelia.
# Do NOT include non-stremio addon domains here. It would mean that those services would not be fully protected, or in most cases not protected at all.
TEMPLATE_STREMIO_ADDON_HOSTNAMES: >-
${AI_SEARCH_HOSTNAME},
${AIOLISTS_HOSTNAME},
${AIOSTREAMS_HOSTNAME},
${AIOSTREMIO_HOSTNAME},
@@ -28,6 +27,7 @@ services:
${EASYNEWS_PLUS_PLUS_HOSTNAME},
${MEDIAFUSION_HOSTNAME},
${JACKETTIO_HOSTNAME},
${STREMIO_AI_SEARCH_HOSTNAME},
${STREMIO_JACKETT_HOSTNAME},
${STREMIO_LETTERBOXD_HOSTNAME},
${STREMTHRU_HOSTNAME},
+1 -1
View File
@@ -6,7 +6,7 @@
# docker compose up -d ai-search --build --force-recreate
# If you do not want to use the community image at all, simply change the image name to something like `stremio-ai-search`.
HOST=https://${AI_SEARCH_HOSTNAME}
HOST=https://${STREMIO_AI_SEARCH_HOSTNAME}
# Must be at least 32 characters long,
# Generate one using the following command:
+1 -1
View File
@@ -14,7 +14,7 @@ services:
- 7000
labels:
- "traefik.enable=true"
- "traefik.http.routers.stremio-ai-search.rule=Host(`${AI_SEARCH_HOSTNAME}`)"
- "traefik.http.routers.stremio-ai-search.rule=Host(`${STREMIO_AI_SEARCH_HOSTNAME}`)"
- "traefik.http.routers.stremio-ai-search.entrypoints=websecure"
- "traefik.http.routers.stremio-ai-search.tls.certresolver=letsencrypt"
- "traefik.http.routers.stremio-ai-search.middlewares=authelia@docker"