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: d931de964c130f818c0cdc050d84a6ae823c1dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "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. Optionally we can specify up to 3 paths in the form '_user_/files/_path_'\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": "RECURSIVE",
      "name": "Recursive",
      "value": "yes",
      "type": "bool"
    },
    {
      "id": "NONEXTERNAL",
      "name": "Ignore external files",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "SCANINTERVAL",
      "name": "Scan periodicity (in minutes)",
      "value": "60",
      "suggest": "60"
    },
    {
      "id": "PATH1",
      "name": "Path",
      "value": "",
      "suggest": "/ncp/files/Documents"
    },
    {
      "id": "PATH2",
      "name": "Path",
      "value": "",
      "suggest": "/family/files/Photos"
    },
    {
      "id": "PATH3",
      "name": "Path",
      "value": "",
      "suggest": "/family/files/Videos"
    }
  ]
}