From 0dc338df6f3505ca5ed2d585ccdece6d78ef1b7b Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:36:56 -0400 Subject: [PATCH] quote --- .env | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index c7a9eb9..c7804c8 100644 --- a/.env +++ b/.env @@ -77,7 +77,7 @@ SSL_BYPASS = "True" ## Jellyfin server URL, use hostname or IP address if the hostname is not resolving correctly ## Comma separated list for multiple servers -JELLYFIN_BASEURL = "https://jellyfin.home.blapointe.com +JELLYFIN_BASEURL = "https://jellyfin.home.blapointe.com" ## Jellyfin api token, created manually by logging in to the jellyfin server admin dashboard and creating an api key ## Comma separated list for multiple servers diff --git a/run.sh b/run.sh index 8866e5c..5f007e2 100644 --- a/run.sh +++ b/run.sh @@ -1,3 +1,3 @@ #! /usr/bin/env bash -docker run --rm -it -v "$PWD/env:/app/.env" luigi311/jellyplex-watched:latest +docker run --rm -it -v "$PWD/.env:/app/.env" luigi311/jellyplex-watched:latest