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

8 lines
200 B

<!DOCTYPE html>
<html>
<body>
<div style='margin-bottom:2em; color:Gray;' class="ui center aligned container">
Bazarr Ver. {{bazarr_version}}
</div>
</body>
</html>