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/08203b1f6f720ff7ce3a7849b5047099ed49349e/UI/System/About/ViewTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/UI/System/About/ViewTemplate.html

9 lines
210 B

<dl class="dl-horizontal">
<dt>Version</dt>
<dd>{{version}}</dd>
<dt>AppData directory</dt>
<dd>{{appData}}</dd>
<dt>Startup directory</dt>
<dd>{{startupPath}}</dd>
</dl>