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

samba.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ec6c05c90ed0dd3e73dc7f89351e0071721c1a6 (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
{
  "id": "samba",
  "name": "Samba",
  "title": "samba",
  "description": "SMB/CIFS file server (for Mac/Linux/Windows)\nIf a group filter is given, samba shares will only be set up for users of that group.",
  "info": "The username will be the Nextcloud username, and the password will be one we setup here.\nIf we intend to modify the data folder through SAMBA,\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": "PWD",
      "name": "Password",
      "value": "ownyourbits",
      "type": "password"
    },
    {
      "id": "FILTER_BY_GROUP",
      "name": "Filter by NC group",
      "value": "",
      "suggest": "optional NC group"
    }
  ]
}