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: bea782b299bf1bd456a62b77cd220869d6bb38ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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": "DATADIR",
      "value": "/media/USBdrive/ncdata"
    }
  ]
}