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

10 lines
240 B

# Auto detect text files and perform LF normalization
* text=auto
# Explicitly set bash scripts to have unix endings
*.sh text eol=lf
distribution/osx/Lidarr text eol=lf
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union