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

nc-init.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0adc1a4a8059e0763d11faf5fb9a960c4d272695 (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-init",
  "name": "Nc-init",
  "title": "nc-init",
  "description": "(Re)initiate Nextcloud to a clean configuration",
  "info": "This action will configure NextCloud to NextCloudPi defaults.\n\n** YOUR CONFIGURATION WILL BE LOST **\n\n",
  "infotitle": "Clean NextCloud configuration",
  "params": [
    {
      "id": "ADMINUSER",
      "name": "Admin user",
      "value": "ncp",
      "suggest": "ncp"
    },
    {
      "id": "ADMINPASS",
      "name": "Admin password",
      "value": "ownyourbits",
      "type": "password"
    }
  ]
}