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/553281495eb8b7d8e0bd8060936bf8856b2ad2f5/docs/widgets/services/grafana.md?display=source You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/grafana.md

17 lines
331 B

---
title: Grafana
description: Grafana Widget Configuration
---
Learn more about [Grafana](https://github.com/grafana/grafana).
Allowed fields: `["dashboards", "datasources", "totalalerts", "alertstriggered"]`.
```yaml
widget:
type: grafana
url: http://grafana.host.or.ip:port
username: username
password: password
```