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/ae5f0ace557859aa01a64ee1f4e6fb4f8941ac92/docs/widgets/services/omada.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/omada.md

18 lines
346 B

1 year ago
---
title: Omada
description: Omada Widget Configuration
---
The widget supports controller versions 3, 4 and 5.
Allowed fields: `["connectedAp", "activeUser", "alerts", "connectedGateways", "connectedSwitches"]`.
```yaml
widget:
type: omada
url: http://omada.host.or.ip:port
username: username
password: password
site: sitename
1 year ago
```