mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
30 lines
967 B
INI
30 lines
967 B
INI
{
|
|
"id": "samba",
|
|
"name": "Samba",
|
|
"title": "samba",
|
|
"description": "SMB/CIFS file server (for Mac/Linux/Windows)\nIf a group filter is given, samba shares will only be set up for users of that group.",
|
|
"info": "The username will be the Nextcloud username, and the password will be one we setup here.\nIf we intend to modify the data folder through SAMBA,\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": "PWD",
|
|
"name": "Password",
|
|
"value": "",
|
|
"suggest": "password",
|
|
"type": "password"
|
|
},
|
|
{
|
|
"id": "FILTER_BY_GROUP",
|
|
"name": "Filter by NC group",
|
|
"value": "",
|
|
"suggest": "optional NC group"
|
|
}
|
|
]
|
|
}
|