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

14 lines
245 B

# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false