This commit is contained in:
fossilfranv 2022-10-17 04:25:55 +02:00
parent 24711fb566
commit 9b499041ef

21
smb.conf Normal file
View File

@ -0,0 +1,21 @@
[global]
workgroup = WORKGROUP
server string = Samba Server
netbios name = ubuntu
security = user
map to guest = bad user
dns proxy = no
[Public]
path = /media/external/
browsable =yes
writable = yes
guest ok = yes
read only = no
create mask = 644
[Home]
path = /home/franv/
browsable =yes
writable = yes
guest ok = yes
read only = no
create mask = 644