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

22 lines
587 B

<div class="control-group">
<label class="control-label">{{label}}</label>
<div class="controls">
<label class="checkbox toggle well">
<input type="checkbox" name="fields.{{order}}.value"/>
<p>
<span>Yes</span>
<span>No</span>
</p>
<div class="btn btn-primary slide-button"/>
</label>
{{#if helpext}}
<span class="help-inline-checkbox">
<i class="icon-question-sign" title="{{helpText}}"/>
</span>
{{/if}}
</div>
</div>