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/de6884184388c352450f102957e3340f679b3f3e/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
}
}