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/522c54c9b4892c1bae9909f2adbca9bb6dec6335/.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