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/a16d1c3c89858ee6666393640152f778ea86ef71/.config/dotnet-tools.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
recyclarr/.config/dotnet-tools.json

19 lines
295 B

{
"version": 1,
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "6.0.0-beta.7",
"commands": [
"dotnet-gitversion"
]
},
"dotnet-sonarscanner": {
"version": "6.2.0",
"commands": [
"dotnet-sonarscanner"
]
}
}
}