Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/4733904dcbed863058ce9dc8f91584457c4355ed?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
3 deletions
@ -2,7 +2,7 @@
<PropertyGroup >
<OutputType > Exe</OutputType>
<RuntimeIdentifiers > win10-x64;osx-x64;ubuntu-x64;debian.8-x64;centos.7-x64;linux-x64;</RuntimeIdentifiers>
<RuntimeIdentifiers > win10-x64;win10-x32; osx-x64;ubuntu-x64;debian.8-x64;centos.7-x64;linux-x64;</RuntimeIdentifiers>
<TargetFramework > netcoreapp2.0</TargetFramework>
<AssemblyVersion > 3.0.0.0</AssemblyVersion>
<FileVersion > 3.0.0.0</FileVersion>
@ -2,7 +2,7 @@
<PropertyGroup >
<TargetFramework > netcoreapp2.0</TargetFramework>
<RuntimeIdentifiers > win10-x64;osx-x64;ubuntu-x64;debian.8-x64;centos.7-x64;linux-x64;</RuntimeIdentifiers>
<RuntimeIdentifiers > win10-x64;win10-x32; osx-x64;ubuntu-x64;debian.8-x64;centos.7-x64;linux-x64;</RuntimeIdentifiers>
<GeneratePackageOnBuild > false</GeneratePackageOnBuild>
<TypeScriptToolsVersion > Latest</TypeScriptToolsVersion>
<AssemblyVersion > $(SemVer)</AssemblyVersion>
@ -2,6 +2,6 @@
"Login" : {
"SignInButton" : "Eintragen" ,
"UsernamePlaceholder" : "Useraname" ,
"PasswordPlaceholder" : "Password" ,
"PasswordPlaceholder" : "Password"
}
}