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

nc-nextcloud.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc2425878077031e95ca2e0d8b490890f531ff12 (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
{
  "id": "nc-nextcloud",
  "name": "Nc-nextcloud",
  "title": "nc-nextcloud",
  "description": "Install any NextCloud version",
  "info": "WARNING: this will completely wipe out your current instance",
  "infotitle": "",
  "params": [
    {
      "id": "VER",
      "name": "Version",
      "value": "21.0.4"
    },
    {
      "id": "MAXFILESIZE",
      "name": "Maximum file size",
      "value": "10G",
      "suggest": "10G"
    },
    {
      "id": "MEMORYLIMIT",
      "name": "Memory limit",
      "value": "768M",
      "suggest": "768M"
    },
    {
      "id": "MAXTRANSFERTIME",
      "name": "Maximum transfer time",
      "value": "3600",
      "suggest": "3600"
    }
  ]
}