mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-19 11:09:50 +00:00
add mkdocs
This commit is contained in:
parent
b215843b26
commit
47765ee05e
144 changed files with 4219 additions and 3 deletions
17
docs/widgets/services/truenas.md
Normal file
17
docs/widgets/services/truenas.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue