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

24 lines
702 B

1 year ago
---
title: Unifi Controller
description: Unifi Controller Widget Configuration
---
_(Find the Unifi Controller information widget [here](../info/unifi_controller.md))_
You can display general connectivity status from your Unifi (Network) Controller. When authenticating you will want to use an account that has at least read privileges.
An optional 'site' parameter can be supplied, if it is not the widget will use the default site for the controller.
Allowed fields: `["uptime", "wan", "lan_users", "wlan_users"]`.
```yaml
widget:
type: unifi
url: https://unifi.host.or.ip:port
username: username
password: password
site: Site Name # optional
```
_Added in v0.4.18, updated in 0.6.7_