mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-18 18:49:50 +00:00
add mkdocs
This commit is contained in:
parent
b215843b26
commit
47765ee05e
144 changed files with 4219 additions and 3 deletions
22
docs/widgets/services/qnap.md
Normal file
22
docs/widgets/services/qnap.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
title: QNAP
|
||||
description: QNAP Widget Configuration
|
||||
---
|
||||
|
||||
Allowed fields: `["cpuUsage", "memUsage", "systemTempC", "poolUsage", "volumeUsage"]`.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: qnap
|
||||
url: http://qnap.host.or.ip:port
|
||||
username: user
|
||||
password: pass
|
||||
```
|
||||
|
||||
If the QNAP device has multiple volumes, the _poolUsage_ will be a sum of all volumes.
|
||||
|
||||
If only a single volume needs to be tracked, add the following to your configuration and the Widget will track this as _volumeUsage_:
|
||||
|
||||
```yaml
|
||||
volume: Volume Name From QNAP
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue