Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/blame/commit/5bc67137f6cb37ec7ed3d21da83d0bcdbcfbd03b/docs/widgets/services/openmediavault.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/openmediavault.md

28 lines
830 B

1 year ago
---
title: OpenMediaVault
description: OpenMediaVault Widget Configuration
---
Learn more about [OpenMediaVault](https://www.openmediavault.org/).
1 year ago
Provides useful information from your OpenMediaVault
```yaml
widget:
type: openmediavault
url: http://omv.host.or.ip
username: admin
password: pass
method: services.getStatus # required
1 year ago
```
## 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"]`