mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
update samba
This commit is contained in:
parent
1e57d7e2d1
commit
6ec24e4a2a
@ -25,9 +25,17 @@ samba:
|
||||
workgroup = WORKGROUP
|
||||
netbios name = EasyPi
|
||||
server string = Samba Server
|
||||
server role = standalone
|
||||
map to guest = bad user
|
||||
usershare allow guests = yes
|
||||
|
||||
[homes]
|
||||
comment = Home Directories
|
||||
browseable = no
|
||||
writable = yes
|
||||
|
||||
[share]
|
||||
comment = Public File Sharing
|
||||
path = /share
|
||||
browseable = yes
|
||||
read only = no
|
||||
|
9
samba/mnt-usb.mount
Normal file
9
samba/mnt-usb.mount
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=USB Storage Mount
|
||||
|
||||
[Mount]
|
||||
What=/dev/disk/by-uuid/829B-2038
|
||||
Where=/mnt/usb
|
||||
|
||||
[Install]
|
||||
WantedBy=local-fs.target
|
Loading…
Reference in New Issue
Block a user