mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
23 lines
405 B
INI
23 lines
405 B
INI
{
|
|
"id": "nc-hdd-monitor",
|
|
"name": "Nc-hdd-monitor",
|
|
"title": "nc-hdd-monitor",
|
|
"description": "Monitor HDD health automatically",
|
|
"info": "",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "ACTIVE",
|
|
"name": "Active",
|
|
"value": "no",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "EMAIL",
|
|
"name": "Email",
|
|
"value": "",
|
|
"suggest": "optional@email.com"
|
|
}
|
|
]
|
|
}
|