Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/blame/commit/601cd31a1f75afd7996c293bb458c715ae1cf655/UI/Logs/Files/ContentsViewTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/UI/Logs/Files/ContentsViewTemplate.html

11 lines
187 B

<div class="row">
<div class="span12">
<h3>{{filename}}</h3>
</div>
</div>
<div class="row">
<div class="span12">
<pre>{{contents}}</pre>
</div>
</div>