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/9e6141d4f4d1d7f05b388102c215b9def8c7ede1/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>