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/454933733574dae8fa9b255d62a89cf953f1fe44/.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.7",
"commands": [
"dotnet-ef"
]
}
}
}