2024-01-12, 02:10 AM
(This post was last modified: 2024-01-12, 02:11 AM by bepis. Edited 1 time in total.)
Hi I just installed jellyfin 10.8.13 on Alpine Linux and whenever I try to run it, I get this message:
But when I checkout "etc/conf.d/jellyfin" I see the option there in the opts field:
supervisor=supervise-daemon
datadir="/var/lib/jellyfin"
cachedir="/var/cache/jellyfin"
logdir="/var/log/jellyfin"
opts="--nowebclient"
I can run jellyfin by explicitly adding the command myself or by installing jellyfin-web but I'm concerned somethings not right if the config file is not being used
Quote:The server is expected to host the web client, but the provided content directory is either invalid or empty: /usr/lib/jellyfin/jellyfin-web. If you do not want to host the web client with the server, you may set the '--nowebclient' command line flag, or set'hostwebclient=false' in your config settings.
But when I checkout "etc/conf.d/jellyfin" I see the option there in the opts field:
supervisor=supervise-daemon
datadir="/var/lib/jellyfin"
cachedir="/var/cache/jellyfin"
logdir="/var/log/jellyfin"
opts="--nowebclient"
I can run jellyfin by explicitly adding the command myself or by installing jellyfin-web but I'm concerned somethings not right if the config file is not being used