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

nc-automount.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b405a43301a6150cdc888dff586c823ffdeedbca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "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"
    }
  ]
}