Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/src/commit/0a3d552114c34dda14a2cda33467cfe6cb353c6b/docs/widgets/services/ghostfolio.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/ghostfolio.md

721 B

title description
Ghostfolio Ghostfolio Widget Configuration

Authentication requires manually obtaining a Bearer token which can be obtained by make a POST request to the API e.g.

curl -X POST http://localhost:3333/api/v1/auth/anonymous -H 'Content-Type: application/json' -d '{ "accessToken": "SECURITY_TOKEN_OF_ACCOUNT" }'

See the official docs.

Note that the Bearer token is valid for 6 months, after which a new one must be generated.

Allowed fields: ["gross_percent_today", "gross_percent_1y", "gross_percent_max"]

widget:
  type: ghostfolio
  url: http://ghostfoliohost:port
  key: ghostfoliobearertoken