{ "id": "NFS", "name": "NFS", "title": "NFS", "description": "NFS network file system server (for Linux LAN)", "info": "If we intend to modify the data folder through NFS,\nthen we have to synchronize NextCloud to make it aware of the changes.\n\nThis can be done manually or automatically using 'nc-scan' and 'nc-scan-auto'", "infotitle": "Instructions for external synchronization", "params": [ { "id": "ACTIVE", "name": "ACTIVE", "value": "no", "type": "bool" }, { "id": "DIR", "name": "DIR", "value": "/media/USBdrive/ncdata/admin/files" }, { "id": "SUBNET", "name": "SUBNET", "value": "192.168.1.0/24" }, { "id": "USER", "name": "USER", "value": "www-data" }, { "id": "GROUP", "name": "GROUP", "value": "www-data" } ] }