Merge pull request #130 from 0xnuminous/define-optional-service-env

Define optional Jellyfin service arguments
This commit is contained in:
Joshua M. Boniface
2026-05-24 20:24:15 -04:00
committed by GitHub
+2
View File
@@ -38,9 +38,11 @@ MALLOC_TRIM_THRESHOLD_=131072
# [OPTIONAL] run Jellyfin as a headless service # [OPTIONAL] run Jellyfin as a headless service
#JELLYFIN_SERVICE_OPT="--service" #JELLYFIN_SERVICE_OPT="--service"
JELLYFIN_SERVICE_OPT=""
# [OPTIONAL] run Jellyfin without the web app # [OPTIONAL] run Jellyfin without the web app
#JELLYFIN_NOWEBAPP_OPT="--nowebclient" #JELLYFIN_NOWEBAPP_OPT="--nowebclient"
JELLYFIN_NOWEBAPP_OPT=""
# Space to add additional command line options to jellyfin (for help see ~$ jellyfin --help) # Space to add additional command line options to jellyfin (for help see ~$ jellyfin --help)
JELLYFIN_ADDITIONAL_OPTS="" JELLYFIN_ADDITIONAL_OPTS=""