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

21 lines
250 B

# Virtual Environment
venv/
# Editor Configurations
.vscode/
.idea/
# Python
__pycache__/
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# Output files, except requirements.txt
*.txt
!requirements.txt
# Comma-Separated Values (CSV) Reports
*.csv