55 lines
568 B
Plaintext
55 lines
568 B
Plaintext
## NAS Samba Configuration
|
|
|
|
[global]
|
|
workgroup = SBX
|
|
server string = pve
|
|
security = user
|
|
guest ok = yes
|
|
map to guest = Bad Password
|
|
|
|
# Disable netbios/wins support
|
|
disable netbios = no
|
|
dns proxy = no
|
|
|
|
log file = /var/log/samba/%m.log
|
|
max log size = 50
|
|
printcap name = /dev/null
|
|
load printers = no
|
|
|
|
# Samba Shares
|
|
[Windows]
|
|
path = /mnt/Windows
|
|
public = yes
|
|
browseable = yes
|
|
read only = no
|
|
guest ok = yes
|
|
|
|
# Samba Shares
|
|
#[frigate]
|
|
# path = /mnt/ssd/frigate
|
|
# browseable = yes
|
|
# read only = no
|
|
# guest ok = no
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|