Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/src/commit/a3f6a142253bf17e786ce1a35bd14cd82db3b4d7/.config/dotnet-tools.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
recyclarr/.config/dotnet-tools.json

19 lines
288 B

{
"version": 1,
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "6.0.2",
"commands": [
"dotnet-gitversion"
]
},
"dotnet-sonarscanner": {
"version": "8.0.2",
"commands": [
"dotnet-sonarscanner"
]
}
}
}