2019-01-04 18:14:52 -07:00

37 lines
877 B
INI

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