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/277830855ddd9c7fa5a5db21f02d2d2f199f6cf8/.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.8",
"commands": [
"dotnet-ef"
]
}
}
}