20 lines
541 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
title: TrueNas
description: TrueNas Scale Widget Configuration
---
[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:
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
```