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/5ef76a5e31d7cb09e8daf31ca819a6e206b5149a/.config/dotnet-tools.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/.config/dotnet-tools.json

13 lines
154 B

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.6",
"commands": [
"dotnet-ef"
]
}
}
}