nas-samba: rebuilt as single Ubuntu image with Samba + CloudNAS (no MongoDB)
This commit is contained in:
18
apps/nas-samba/source/smb.conf
Normal file
18
apps/nas-samba/source/smb.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
[global]
|
||||
workgroup = WORKGROUP
|
||||
server string = NAS Samba
|
||||
server role = standalone server
|
||||
log file = /var/log/samba/log.%m
|
||||
max log size = 50
|
||||
logging = file
|
||||
map to guest = bad user
|
||||
server min protocol = SMB2
|
||||
server max protocol = SMB3
|
||||
|
||||
[data]
|
||||
path = /nas
|
||||
valid users = alexz
|
||||
browsable = yes
|
||||
writable = yes
|
||||
create mask = 0664
|
||||
directory mask = 0775
|
||||
Reference in New Issue
Block a user