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

NFS.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb36a8e5823c6b22b1ede6c4e3aabc8987e1b652 (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
{
  "id": "NFS",
  "name": "NFS Linux Network File System",
  "title": "NFS",
  "description": "NFS network file system server (for Linux LAN)",
  "info": "If we intend to modify the data folder through NFS,\nthen we have to synchronize NextCloud to make it aware of the changes.\n\nThis can be done manually or automatically using 'nc-scan' and 'nc-scan-auto'",
  "infotitle": "Instructions for external synchronization",
  "params": [
    {
      "id": "ACTIVE",
      "name": "Active",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "DIR",
      "name": "Dir",
      "value": "/media/USBdrive/ncdata/admin/files",
      "suggest": "/media/USBdrive/ncdata/admin/files",
      "type": "directory"
    },
    {
      "id": "SUBNET",
      "name": "Subnet",
      "value": "192.168.1.0/24",
      "suggest": "192.168.1.0/24"
    },
    {
      "id": "USER",
      "name": "User",
      "value": "www-data",
      "suggest": "www-data"
    },
    {
      "id": "GROUP",
      "name": "Group",
      "value": "www-data",
      "suggest": "www-data"
    }
  ]
}