Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/b98cc71c3b1e796d23bdf379dcc8894ba1d23e3e
You should set ROOT_URL correctly, otherwise the web may not work correctly.
16 changed files with
22 additions and
22 deletions
@ -26,10 +26,10 @@
<PackageReference Include= "DiscUtils.Udf" Version= "0.16.13" />
<PackageReference Include= "Jellyfin.XmlTv" Version= "10.6.2" />
<PackageReference Include= "Microsoft.Extensions.DependencyInjection" Version= "6.0.0" />
<PackageReference Include= "Microsoft.Extensions.Caching.Memory" Version= "6.0. 0 " />
<PackageReference Include= "Microsoft.Extensions.Caching.Memory" Version= "6.0. 1 " />
<PackageReference Include= "Microsoft.Extensions.Configuration.Abstractions" Version= "6.0.0" />
<PackageReference Include= "Microsoft.Extensions.Hosting.Abstractions" Version= "6.0.0" />
<PackageReference Include= "Microsoft.EntityFrameworkCore.Relational" Version= "6.0. 1 " />
<PackageReference Include= "Microsoft.EntityFrameworkCore.Relational" Version= "6.0. 2 " />
<PackageReference Include= "Mono.Nat" Version= "3.0.2" />
<PackageReference Include= "prometheus-net.DotNetRuntime" Version= "4.2.3" />
<PackageReference Include= "sharpcompress" Version= "0.30.1" />
@ -17,7 +17,7 @@
</PropertyGroup>
<ItemGroup >
<PackageReference Include= "Microsoft.AspNetCore.Authorization" Version= "6.0. 1 " />
<PackageReference Include= "Microsoft.AspNetCore.Authorization" Version= "6.0. 2 " />
<PackageReference Include= "Microsoft.Extensions.Http" Version= "6.0.0" />
<PackageReference Include= "Swashbuckle.AspNetCore" Version= "6.2.3" />
<PackageReference Include= "Swashbuckle.AspNetCore.ReDoc" Version= "6.2.3" />
@ -27,13 +27,13 @@
<ItemGroup >
<PackageReference Include= "System.Linq.Async" Version= "6.0.1" />
<PackageReference Include= "Microsoft.EntityFrameworkCore.Sqlite" Version= "6.0. 1 " />
<PackageReference Include= "Microsoft.EntityFrameworkCore.Relational" Version= "6.0. 1 " />
<PackageReference Include= "Microsoft.EntityFrameworkCore.Design" Version= "6.0. 1 ">
<PackageReference Include= "Microsoft.EntityFrameworkCore.Sqlite" Version= "6.0. 2 " />
<PackageReference Include= "Microsoft.EntityFrameworkCore.Relational" Version= "6.0. 2 " />
<PackageReference Include= "Microsoft.EntityFrameworkCore.Design" Version= "6.0. 2 ">
<PrivateAssets > all</PrivateAssets>
<IncludeAssets > runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include= "Microsoft.EntityFrameworkCore.Tools" Version= "6.0. 1 ">
<PackageReference Include= "Microsoft.EntityFrameworkCore.Tools" Version= "6.0. 2 ">
<PrivateAssets > all</PrivateAssets>
<IncludeAssets > runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
@ -35,10 +35,10 @@
<ItemGroup >
<PackageReference Include= "CommandLineParser" Version= "2.8.0" />
<PackageReference Include= "Microsoft.Extensions.Configuration.EnvironmentVariables" Version= "6.0. 0 " />
<PackageReference Include= "Microsoft.Extensions.Configuration.EnvironmentVariables" Version= "6.0. 1 " />
<PackageReference Include= "Microsoft.Extensions.Configuration.Json" Version= "6.0.0" />
<PackageReference Include= "Microsoft.Extensions.Diagnostics.HealthChecks" Version= "6.0. 1 " />
<PackageReference Include= "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version= "6.0. 1 " />
<PackageReference Include= "Microsoft.Extensions.Diagnostics.HealthChecks" Version= "6.0. 2 " />
<PackageReference Include= "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version= "6.0. 2 " />
<PackageReference Include= "prometheus-net" Version= "5.0.2" />
<PackageReference Include= "prometheus-net.AspNetCore" Version= "5.0.2" />
<PackageReference Include= "Serilog.AspNetCore" Version= "4.1.0" />
@ -40,7 +40,7 @@
<IncludeAssets > runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include= "System.Globalization" Version= "4.3.0" />
<PackageReference Include= "System.Text.Json" Version= "6.0. 1 " />
<PackageReference Include= "System.Text.Json" Version= "6.0. 2 " />
</ItemGroup>
<ItemGroup >
@ -13,7 +13,7 @@ RUN yum update -yq \
&& yum install -yq @buildsys-build rpmdevtools yum-plugins-core libcurl-devel fontconfig-devel freetype-devel openssl-devel glibc-devel libicu-devel git wget
# Install DotNET SDK
RUN wget -q https://download.visualstudio.microsoft.com/download/pr/ede8a287-3d61-4988-a356-32ff9129079e/bdb47b6b510ed0c4f0b132f7f4ad9d5a/dotnet-sdk-6.0.101 -linux-x64.tar.gz -O dotnet-sdk.tar.gz \
RUN wget -q https://download.visualstudio.microsoft.com/download/pr/e7acb87d-ab08-4620-9050-b3e80f688d36/e93bbadc19b12f81e3a6761719f28b47/dotnet-sdk-6.0.102 -linux-x64.tar.gz -O dotnet-sdk.tar.gz \
&& mkdir -p dotnet-sdk \
&& tar -xzf dotnet-sdk.tar.gz -C dotnet-sdk \
&& ln -s $( pwd ) /dotnet-sdk/dotnet /usr/bin/dotnet
@ -12,7 +12,7 @@ RUN dnf update -yq \
&& dnf install -yq @buildsys-build rpmdevtools git dnf-plugins-core libcurl-devel fontconfig-devel freetype-devel openssl-devel glibc-devel libicu-devel systemd wget
# Install DotNET SDK
RUN wget -q https://download.visualstudio.microsoft.com/download/pr/ede8a287-3d61-4988-a356-32ff9129079e/bdb47b6b510ed0c4f0b132f7f4ad9d5a/dotnet-sdk-6.0.101 -linux-x64.tar.gz -O dotnet-sdk.tar.gz \
RUN wget -q https://download.visualstudio.microsoft.com/download/pr/e7acb87d-ab08-4620-9050-b3e80f688d36/e93bbadc19b12f81e3a6761719f28b47/dotnet-sdk-6.0.102 -linux-x64.tar.gz -O dotnet-sdk.tar.gz \
&& mkdir -p dotnet-sdk \
&& tar -xzf dotnet-sdk.tar.gz -C dotnet-sdk \
&& ln -s $( pwd ) /dotnet-sdk/dotnet /usr/bin/dotnet
@ -17,7 +17,7 @@ RUN apt-get update -yqq \
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
# Install dotnet repository
RUN wget -q https://download.visualstudio.microsoft.com/download/pr/ede8a287-3d61-4988-a356-32ff9129079e/bdb47b6b510ed0c4f0b132f7f4ad9d5a/dotnet-sdk-6.0.101 -linux-x64.tar.gz -O dotnet-sdk.tar.gz \
RUN wget -q https://download.visualstudio.microsoft.com/download/pr/e7acb87d-ab08-4620-9050-b3e80f688d36/e93bbadc19b12f81e3a6761719f28b47/dotnet-sdk-6.0.102 -linux-x64.tar.gz -O dotnet-sdk.tar.gz \
&& mkdir -p dotnet-sdk \
&& tar -xzf dotnet-sdk.tar.gz -C dotnet-sdk \
&& ln -s $( pwd ) /dotnet-sdk/dotnet /usr/bin/dotnet
@ -16,7 +16,7 @@ RUN apt-get update -yqq \
mmv build-essential lsb-release
# Install dotnet repository
RUN wget -q https://download.visualstudio.microsoft.com/download/pr/ede8a287-3d61-4988-a356-32ff9129079e/bdb47b6b510ed0c4f0b132f7f4ad9d5a/dotnet-sdk-6.0.101 -linux-x64.tar.gz -O dotnet-sdk.tar.gz \
RUN wget -q https://download.visualstudio.microsoft.com/download/pr/e7acb87d-ab08-4620-9050-b3e80f688d36/e93bbadc19b12f81e3a6761719f28b47/dotnet-sdk-6.0.102 -linux-x64.tar.gz -O dotnet-sdk.tar.gz \
&& mkdir -p dotnet-sdk \
&& tar -xzf dotnet-sdk.tar.gz -C dotnet-sdk \
&& ln -s $( pwd ) /dotnet-sdk/dotnet /usr/bin/dotnet
@ -16,7 +16,7 @@ RUN apt-get update -yqq \
mmv build-essential lsb-release
# Install dotnet repository
RUN wget -q https://download.visualstudio.microsoft.com/download/pr/ede8a287-3d61-4988-a356-32ff9129079e/bdb47b6b510ed0c4f0b132f7f4ad9d5a/dotnet-sdk-6.0.101 -linux-x64.tar.gz -O dotnet-sdk.tar.gz \
RUN wget -q https://download.visualstudio.microsoft.com/download/pr/e7acb87d-ab08-4620-9050-b3e80f688d36/e93bbadc19b12f81e3a6761719f28b47/dotnet-sdk-6.0.102 -linux-x64.tar.gz -O dotnet-sdk.tar.gz \
&& mkdir -p dotnet-sdk \
&& tar -xzf dotnet-sdk.tar.gz -C dotnet-sdk \
&& ln -s $( pwd ) /dotnet-sdk/dotnet /usr/bin/dotnet
@ -21,7 +21,7 @@
</ItemGroup>
<ItemGroup >
<PackageReference Include= "Microsoft.Extensions.Logging.Abstractions" Version= " 5 .0.0" />
<PackageReference Include= "Microsoft.Extensions.Logging.Abstractions" Version= " 6 .0.0" />
</ItemGroup>
<ItemGroup >
@ -15,7 +15,7 @@
<PackageReference Include= "AutoFixture" Version= "4.17.0" />
<PackageReference Include= "AutoFixture.AutoMoq" Version= "4.17.0" />
<PackageReference Include= "AutoFixture.Xunit2" Version= "4.17.0" />
<PackageReference Include= "Microsoft.AspNetCore.Mvc.Testing" Version= "6.0. 1 " />
<PackageReference Include= "Microsoft.AspNetCore.Mvc.Testing" Version= "6.0. 2 " />
<PackageReference Include= "Microsoft.Extensions.Options" Version= "6.0.0" />
<PackageReference Include= "Microsoft.NET.Test.Sdk" Version= "17.0.0" />
<PackageReference Include= "xunit" Version= "2.4.1" />
@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup >
<PackageReference Include= "Microsoft.NET.Test.Sdk" Version= "1 6.9.4 " />
<PackageReference Include= "Microsoft.NET.Test.Sdk" Version= "1 7.0.0 " />
<PackageReference Include= "xunit" Version= "2.4.1" />
<PackageReference Include= "xunit.runner.visualstudio" Version= "2.4.3" >
<IncludeAssets > runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup >
<PackageReference Include= "Microsoft.NET.Test.Sdk" Version= "1 6.9.4 " />
<PackageReference Include= "Microsoft.NET.Test.Sdk" Version= "1 7.0.0 " />
<PackageReference Include= "xunit" Version= "2.4.1" />
<PackageReference Include= "xunit.runner.visualstudio" Version= "2.4.3" >
<IncludeAssets > runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@ -9,7 +9,7 @@
<PackageReference Include= "AutoFixture" Version= "4.17.0" />
<PackageReference Include= "AutoFixture.AutoMoq" Version= "4.17.0" />
<PackageReference Include= "AutoFixture.Xunit2" Version= "4.17.0" />
<PackageReference Include= "Microsoft.AspNetCore.Mvc.Testing" Version= "6.0. 1 " />
<PackageReference Include= "Microsoft.AspNetCore.Mvc.Testing" Version= "6.0. 2 " />
<PackageReference Include= "Microsoft.Extensions.Options" Version= "6.0.0" />
<PackageReference Include= "Microsoft.NET.Test.Sdk" Version= "17.0.0" />
<PackageReference Include= "xunit" Version= "2.4.1" />
@ -10,7 +10,7 @@
<PackageReference Include= "AutoFixture" Version= "4.17.0" />
<PackageReference Include= "AutoFixture.AutoMoq" Version= "4.17.0" />
<PackageReference Include= "AutoFixture.Xunit2" Version= "4.17.0" />
<PackageReference Include= "Microsoft.AspNetCore.Mvc.Testing" Version= "6.0. 1 " />
<PackageReference Include= "Microsoft.AspNetCore.Mvc.Testing" Version= "6.0. 2 " />
<PackageReference Include= "Microsoft.Extensions.Options" Version= "6.0.0" />
<PackageReference Include= "Microsoft.NET.Test.Sdk" Version= "17.0.0" />
<PackageReference Include= "xunit" Version= "2.4.1" />