Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/blame/commit/72f7e7b9541310e4b49f4fc324eab482c8d97dcf/debian/jellyfin.service You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/debian/jellyfin.service

15 lines
357 B

[Unit]
Description = Jellyfin Media Server
After = network.target
[Service]
Type = simple
EnvironmentFile = /etc/default/jellyfin
User = jellyfin
ExecStart = /usr/bin/dotnet ${JELLYFIN_EXE} -programdata ${JELLYFIN_DATA} -restartpath ${JELLYFIN_RESTART_SCRIPT} ${JELLYFIN_ADD_OPTS}
Restart = on-abort
TimeoutSec = 20
[Install]
WantedBy = multi-user.target