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

18 lines
429 B

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.eol": "\n",
"editor.renderWhitespace": "boundary",
"files.exclude": {
"**/bin": true,
"**/jellyfin-web": true,
"**/obj": true
},
"formatFiles.excludePattern": "**/node_modules,**/.vscode,**/dist/**,**/.chrome,ThirdParty,RSSDP,Mono.Nat,unRaid,debian"
}
}