Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nc-hdd-test.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8514d019970c92948549f99425e80fd7dddcfb7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "id": "nc-hdd-test",
  "name": "nc-hdd-test",
  "title": "nc-hdd-test",
  "description": "Check HDD health",
  "info": "Running no test will display test results",
  "infotitle": "",
  "params": [
    {
      "id": "SHORTTEST",
      "name": "SHORTTEST",
      "value": "yes",
      "type": "bool"
    },
    {
      "id": "LONGTEST",
      "name": "LONGTEST",
      "value": "no",
      "type": "bool"
    }
  ]
}