aboutsummaryrefslogtreecommitdiff
path: root/debian/conf
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-04-29 16:06:42 -0400
committerJoshua M. Boniface <joshua@boniface.me>2020-04-29 16:06:42 -0400
commit8c9604afba027baed71ad5f0775679228869f079 (patch)
tree340432b7167df0764df4877d3acf8d41da5389ea /debian/conf
parenta327e4ccac9937cd982f36ba582774c20e824814 (diff)
Add Web integration option in default service conf
Diffstat (limited to 'debian/conf')
-rw-r--r--debian/conf/jellyfin5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/conf/jellyfin b/debian/conf/jellyfin
index c6e595f15a..64c98520cb 100644
--- a/debian/conf/jellyfin
+++ b/debian/conf/jellyfin
@@ -18,6 +18,9 @@ JELLYFIN_CONFIG_DIR="/etc/jellyfin"
JELLYFIN_LOG_DIR="/var/log/jellyfin"
JELLYFIN_CACHE_DIR="/var/cache/jellyfin"
+# web client path, installed by the jellyfin-web package
+JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin/web"
+
# Restart script for in-app server control
JELLYFIN_RESTART_OPT="--restartpath=/usr/lib/jellyfin/restart.sh"
@@ -37,4 +40,4 @@ JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"
# Application username
JELLYFIN_USER="jellyfin"
# Full application command
-JELLYFIN_ARGS="$JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLFIN_NOWEBAPP_OPT"
+JELLYFIN_ARGS="$JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLFIN_NOWEBAPP_OPT"