11 lines
308 B
YAML
11 lines
308 B
YAML
driver: smb-client
|
|
instance_id:
|
|
smb:
|
|
shareHost: server address
|
|
shareBasePath: "someshare/path"
|
|
# shareHost:shareBasePath should be mounted at this location in the controller container
|
|
controllerBasePath: "/storage"
|
|
dirPermissionsMode: "0777"
|
|
dirPermissionsUser: root
|
|
dirPermissionsGroup: wheel
|