nextcloudpi/etc/ncp-config.d/nc-datadir.cfg
Tobias K bd835dcd82
Fix installation and pipeline errors
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
2023-01-08 21:16:34 +01:00

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"
}
]
}