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

11 lines
241 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/Radarr text eol=lf
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union