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/510312045a4af2bd0478b3f6542e2c4884fa5d57/.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"
]
}
}
}