Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/38fafb87aa087d367a357bef2e49ca34c25feca2
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
7 additions and
0 deletions
@ -1,6 +1,7 @@
<Project Sdk= "Microsoft.NET.Sdk" >
<PropertyGroup >
<TargetFrameworks > net462;netcoreapp3.1</TargetFrameworks>
<NeutralLanguage > en</NeutralLanguage>
</PropertyGroup>
<ItemGroup >
<PackageReference Include= "DotNet4.SocksProxy" Version= "1.4.0.1" />
@ -2,6 +2,7 @@
<PropertyGroup >
<OutputType > WinExe</OutputType>
<TargetFrameworks > net462;netcoreapp3.1</TargetFrameworks>
<NeutralLanguage > en</NeutralLanguage>
<RuntimeIdentifiers > win-x64</RuntimeIdentifiers>
<UseWindowsForms > true</UseWindowsForms>
<ApplicationIcon > ..\NzbDrone.Host\Readarr.ico</ApplicationIcon>
@ -67,6 +67,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceInstall", "ServiceHe
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceUninstall", "ServiceHelpers\ServiceUninstall\ServiceUninstall.csproj", "{0E2B067C-4A97-430C-8767-D19ACB09A63A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BDC6D3C4-0487-48A8-80BB-5B118C5204B3}"
ProjectSection(SolutionItems) = preProject
..\.editorconfig = ..\.editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Posix = Debug|Posix