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

11 lines
264 B

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