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

nc-encrypt.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 43738667e12193017a6cf68b897052f6c3be5b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "id": "nc-encrypt",
  "name": "Nc-encrypt",
  "title": "nc-encrypt",
  "description": "Data at rest encryption for NCP",
  "info": "The encryption password will be needed after every reboot.\nThis will increase CPU usage.",
  "infotitle": "",
  "params": [
    {
      "id": "ACTIVE",
      "name": "Active",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "PASSWORD",
      "name": "Password",
      "value": "",
      "suggest": "password",
      "type": "password"
    }
  ]
}