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/3744991f9348fea8b0fecb3438fd7c95a928fd2c/.gitignore You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/.gitignore

29 lines
270 B

*.pyc
cachefile.dbm
*.log
*.log.*
*.db
*.pyc
.idea/*
bazarr.pid
/venv
/data
/bin
/.vscode
# CI
/__builds__
/package.json
/package-lock.json
# Allow
!*.dll
# Frontend
node_modules
frontend/dist
frontend/*.local
frontend/.eslintcache
frontend/.idea/*
frontend/**/*.map