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

nc-scan-auto.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a11ed9e82c44924f0457909c1042dc352dd89bda (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-scan-auto",
  "name": "Nc-scan-auto",
  "title": "nc-scan-auto",
  "description": "Periodically scan NC for externally modified files",
  "info": "Set the time in minutes in Scan Interval.\n\n>>> If there are too many files this can greatly affect performance. <<<",
  "infotitle": "Instructions for auto synchronization",
  "params": [
    {
      "id": "ACTIVE",
      "name": "Active",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "SCANINTERVAL",
      "name": "Scan Interval",
      "value": "60",
      "suggest": "60"
    }
  ]
}