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/07b38b825a0e4193024fb6844d8d8095a47dfb0a/.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"
]
}
}
}