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

18 lines
504 B

1 year ago
---
title: TrueNas
description: TrueNas Scale Widget Configuration
---
Allowed fields: `["load", "uptime", "alerts"]`.
To create an API Key, follow [the official TrueNAS documentation](https://www.truenas.com/docs/scale/scaletutorials/toptoolbar/managingapikeys/).
```yaml
widget:
type: truenas
url: http://truenas.host.or.ip
username: user # not required if using api key
password: pass # not required if using api key
key: yourtruenasapikey # not required if using username / password
1 year ago
```