Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/blame/commit/92e0d13913cca747b6620888d429c770c3a4b3b8/.gitignore You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/.gitignore

29 lines
233 B

8 years ago
*.pyc
cachefile.dbm
bazarr.pid
6 years ago
/venv
/data
/bin
# IDE
.idea
.vscode
# Middleware
VERSION
# CI
/__builds__
/package.json
/package-lock.json
# Allow
!*.dll
# Frontend
node_modules
/frontend/dist
/frontend/*.local
/frontend/build