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/0d5a8eb33eb59d0fea17e7eb24658507484c3d19/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
}
}