28 lines
840 B
SYSTEMD
28 lines
840 B
SYSTEMD
|
[
|
||
|
{
|
||
|
"mount_id": 1,
|
||
|
"mount_point": "\/Envole",
|
||
|
"storage": "\\OCA\\Files_External\\Lib\\Storage\\SMB",
|
||
|
"authentication_type": "password::userprovided",
|
||
|
"configuration": {
|
||
|
"check_acl": true,
|
||
|
"domain": "%%getVar('nextcloud_samba_domaine','')",
|
||
|
"host": "%%getVar('nextcloud_samba_host','')",
|
||
|
"root": "",
|
||
|
"share": "%%getVar('nextcloud_samba_name','')",
|
||
|
"show_hidden": false,
|
||
|
"timeout": ""
|
||
|
},
|
||
|
"options": {
|
||
|
"enable_sharing": false,
|
||
|
"encoding_compatibility": false,
|
||
|
"encrypt": true,
|
||
|
"filesystem_check_changes": 1,
|
||
|
"previews": true,
|
||
|
"readonly": false
|
||
|
},
|
||
|
"applicable_users": [],
|
||
|
"applicable_groups": []
|
||
|
}
|
||
|
]
|