2023-09-29 21:01:11 +03:00
|
|
|
---
|
|
|
|
title: TrueNas
|
|
|
|
description: TrueNas Scale Widget Configuration
|
|
|
|
---
|
|
|
|
|
2024-01-22 13:26:15 -05:00
|
|
|
[TrueNas](https://www.truenas.com/)
|
|
|
|
|
2023-09-29 21:01:11 +03:00
|
|
|
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:
|
2023-10-17 23:26:55 -07:00
|
|
|
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
|
2023-09-29 21:01:11 +03:00
|
|
|
```
|