Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commits/commit/c8eccc71a406ba838a06b6ba6669e286d54c4ea6/.devcontainer/setup.sh
You should set ROOT_URL correctly, otherwise the web may not work correctly.
devcontainers can be used by IDEs like VSCode to build the whole development environment in a container.
This allows you to keep dependencies, build, and all development aspects separated from any development.
It also allows contributors to instantly have a working, standardized development environment.
It also allows cloud development tools like GitHub Codespaces be automatically setup with the desired environment.
See https://containers.dev/ for more details