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

17 lines
331 B

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