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

nc-datadir.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aabf6918ff804e922d36408d0f6fc0b890423053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "id": "nc-datadir",
  "name": "Nc-datadir",
  "title": "nc-datadir",
  "description": "Change your data dir to a new location, like a USB drive",
  "info": "Note that non Unix filesystems such as NTFS are not supported\nbecause they do not provide a compatible user/permissions system.\nAlso please note that the default location, when first installed is /var/www/nextcloud/data. \nMove it to the desired location by editing the DATADIR= field, the PATH shown is an example.",
  "infotitle": "",
  "params": [
    {
      "id": "DATADIR",
      "name": "Data directory",
      "value": "/media/USBdrive/ncdata",
      "suggest": "/media/USBdrive/ncdata",
      "default": "/var/www/nextcloud/data",
      "type": "directory"
    }
  ]
}