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/7da787609b79b2c6e6cb922305f2ba1dd8def3b3/fuzz You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/fuzz
Bond_009 eb022c49cc Update to .NET 8 1 year ago
..
Emby.Server.Implementations.Fuzz Update to .NET 8 1 year ago
Jellyfin.Api.Fuzz Update to .NET 8 1 year ago
.gitignore Add fuzzing infra 4 years ago
README.md Fix fuzz projects () 1 year ago

README.md

Jellyfin fuzzing

Setup

Install AFL++

git clone https://github.com/AFLplusplus/AFLplusplus
cd AFLplusplus
make all
sudo make install

Install SharpFuzz.CommandLine global .NET tool

dotnet tool install --global SharpFuzz.CommandLine

Running

Run the fuzz.sh in the directory corresponding to the project you want to fuzz. The script takes a parameter of which fuzz case you want to run.