mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Enhancement: Add enablePools option to TrueNAS service widget (#2908)
--------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
a251c34059
commit
0d47dcaac7
6 changed files with 77 additions and 35 deletions
|
@ -9,6 +9,8 @@ Allowed fields: `["load", "uptime", "alerts"]`.
|
|||
|
||||
To create an API Key, follow [the official TrueNAS documentation](https://www.truenas.com/docs/scale/scaletutorials/toptoolbar/managingapikeys/).
|
||||
|
||||
A detailed pool listing is disabled by default, but can be enabled with the `enablePools` option.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: truenas
|
||||
|
@ -16,4 +18,5 @@ widget:
|
|||
username: user # not required if using api key
|
||||
password: pass # not required if using api key
|
||||
key: yourtruenasapikey # not required if using username / password
|
||||
enablePools: true # optional, defaults to false
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue