Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/750cb94692b7af46bfe574074e552626e400729b You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix Prowlarr references

pull/7132/head
Qstick 3 years ago
parent 1ffbae9d16
commit 750cb94692

@ -17,7 +17,7 @@ testPackageFolder='_tests'
rm -rf $outputFolder
rm -rf $testPackageFolder
slnFile=src/Prowlarr.sln
slnFile=src/Radarr.sln
platform=Posix
@ -29,7 +29,7 @@ dotnet msbuild -restore $slnFile -p:Configuration=Debug -p:Platform=$platform -p
dotnet new tool-manifest
dotnet tool install --version 6.2.3 Swashbuckle.AspNetCore.Cli
dotnet tool run swagger tofile --output ./src/Prowlarr.Api.V1/openapi.json "$outputFolder/net6.0/$RUNTIME/radarr.console.dll" v1 &
dotnet tool run swagger tofile --output ./src/Radarr.Api.V1/openapi.json "$outputFolder/net6.0/$RUNTIME/radarr.console.dll" v1 &
sleep 10

Loading…
Cancel
Save