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/07661d9262a6a926859b2ca7b9e75656086df126/apps/client/proxy.conf.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/apps/client/proxy.conf.json

15 lines
233 B

{
"/api": {
"target": "http://0.0.0.0:3333",
"secure": false
},
"/assets": {
"target": "http://0.0.0.0:3333",
"secure": false
},
"/ionicons": {
"target": "http://0.0.0.0:3333",
"secure": false
}
}