Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/125ee883117af3ad5c7e2369f8be84089a782b57?style=unified&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
2 deletions
@ -8,7 +8,7 @@ EnvironmentFile = /etc/default/jellyfin
User = jellyfin
Group = jellyfin
WorkingDirectory = /var/lib/jellyfin
ExecStart = /usr/bin/jellyfin $ { JELLYFIN_WEB_OPT} ${ JELLYFIN_RESTART_OPT} ${ JELLYFIN_FFMPEG_OPT} ${ JELLYFIN_SERVICE_OPT} ${ JELLYFIN_NOWEBAPP_OPT} ${ JELLYFIN_ADDITIONAL_OPTS}
ExecStart = /usr/bin/jellyfin $ JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS
Restart = on-failure
TimeoutSec = 15
SuccessExitStatus = 0 143
@ -8,7 +8,7 @@ EnvironmentFile = /etc/sysconfig/jellyfin
User = jellyfin
Group = jellyfin
WorkingDirectory = /var/lib/jellyfin
ExecStart = /usr/bin/jellyfin $ { JELLYFIN_WEB_OPT} ${ JELLYFIN_RESTART_OPT} ${ JELLYFIN_FFMPEG_OPT} ${ JELLYFIN_SERVICE_OPT} ${ JELLYFIN_NOWEBAPP_OPT} ${ JELLYFIN_ADDITIONAL_OPTS}
ExecStart = /usr/bin/jellyfin $ JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS
Restart = on-failure
TimeoutSec = 15
SuccessExitStatus = 0 143