Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/88d62050a6a16ce5b9c093501d9a4dc4ce4f62c9/MediaBrowser.Server.Mono/SkiaSharp.dll.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Server.Mono/SkiaSharp.dll.config

5 lines
221 B

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<dllmap dll="libSkiaSharp.dll" target="libSkiaSharp.dylib" os="osx" />
<dllmap dll="libSkiaSharp.dll" target="libSkiaSharp.so" os="!windows,osx" />
</configuration>