mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
17 lines
613 B
INI
17 lines
613 B
INI
{
|
|
"id": "nc-automount",
|
|
"name": "nc-automount",
|
|
"title": "nc-automount",
|
|
"description": "Automount USB drives by plugging them in",
|
|
"info": "Plugged in USB drives will be automounted under /media\non boot or at the moment of insertion.\n\nFormat your drive as ext4 in order to move NC datafolder or database\nVFAT or NTFS is not recommended for this task, as it does not suport permissions\n\nIMPORTANT: halt or umount the drive before extracting",
|
|
"infotitle": "Automount notes",
|
|
"params": [
|
|
{
|
|
"id": "ACTIVE",
|
|
"name": "ACTIVE",
|
|
"value": "no",
|
|
"type": "bool"
|
|
}
|
|
]
|
|
}
|