From 91cde598e8aeeb251ef4445b2f27e31571f9b51b Mon Sep 17 00:00:00 2001 From: Viren070 Date: Tue, 8 Jul 2025 12:45:52 +0100 Subject: [PATCH] fix: add back `BASE_URL` for aiostreams --- apps/aiostreams/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/aiostreams/.env b/apps/aiostreams/.env index c371a6f..8541c67 100644 --- a/apps/aiostreams/.env +++ b/apps/aiostreams/.env @@ -36,7 +36,7 @@ PORT=3000 # The base URL of your addon. Highly recommended for proper functioning. # Used for generating installation URLs and identifying self-scraping. # Example: https://aiostreams.yourdomain.com -BASE_URL= +BASE_URL=https://${AIOSTREAMS_HOSTNAME} # --- Security --- # CRITICAL: Secret key for encrypting addon configuration. @@ -627,4 +627,4 @@ SUBSOURCE_URL=https://subsource.strem.top OPENSUBTITLES_V3_PLUS_URL=https://opensubtitles.stremio.homes # DEFAULT_OPENSUBTITLES_V3_PLUS_TIMEOUT= -# ============================================================================== \ No newline at end of file +# ==============================================================================