mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
19 lines
738 B
INI
19 lines
738 B
INI
{
|
|
"id": "nc-datadir",
|
|
"name": "Nc-datadir",
|
|
"title": "nc-datadir",
|
|
"description": "Change your data dir to a new location, like a USB or SATA 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": "/opt/ncdata",
|
|
"suggest": "/media/USBdrive/ncdata",
|
|
"default": "/var/www/nextcloud/data",
|
|
"type": "directory"
|
|
}
|
|
]
|
|
}
|