Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/commit/39259e2dafb4a918898deb16e1b2ede36702e176
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
4 additions and
2 deletions
@ -14,6 +14,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Props", "Props", "{305C2AC5
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
GitVersion.yml = GitVersion.yml
renovate.json5 = renovate.json5
.config\dotnet-tools.json = .config\dotnet-tools.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Recyclarr.Tests", "tests\Recyclarr.Tests\Recyclarr.Tests.csproj", "{A4EC7E0D-C591-4874-B9AC-EB12A96F3E83}"
@ -28,13 +28,13 @@
{
"groupName": "All GitVersion Packages",
"matchManagers": ["nuget"],
"matchPackagePatterns": ["(?i)gitversion "],
"matchPackageNames": ["gitversion* "],
"commitMessagePrefix": "build(deps):"
},
{
"groupName": "System.IO.Abstractions Packages",
"matchManagers": ["nuget"],
"matchPackagePrefixes": ["TestableIO.System.IO.Abstractions "]
"matchPackageNames": ["TestableIO.System.IO.Abstractions* "]
}
]
}