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/113709073581563dfda0761b3573caf818b9329a/views/footer.tpl You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/views/footer.tpl

11 lines
236 B

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