mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-16 01:39:49 +00:00
add mkdocs
This commit is contained in:
parent
b215843b26
commit
47765ee05e
144 changed files with 4219 additions and 3 deletions
25
docs/widgets/services/openmediavault.md
Normal file
25
docs/widgets/services/openmediavault.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: OpenMediaVault
|
||||
description: OpenMediaVault Widget Configuration
|
||||
---
|
||||
|
||||
Provides useful information from your OpenMediaVault
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: openmediavault
|
||||
url: http://omv.host.or.ip
|
||||
username: admin
|
||||
password: pass
|
||||
method: services.getStatus # required
|
||||
```
|
||||
|
||||
## Methods
|
||||
|
||||
The method field determines the type of data to be displayed and is required. Supported methods:
|
||||
|
||||
`services.getStatus`: Shows status of running services. Allowed fields: `["running", "stopped", "total"]`
|
||||
|
||||
`smart.getListBg`: Shows S.M.A.R.T. status from disks. Allowed fields: `["passed", "failed"]`
|
||||
|
||||
`downloader.getDownloadList`: Displays the number of tasks from the Downloader plugin currently being downloaded and total. Allowed fields: `["downloading", "total"]`
|
Loading…
Add table
Add a link
Reference in a new issue