86 lines
2 KiB
Text
86 lines
2 KiB
Text
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
# samba.conf v4 (do not remove)
|
|
|
|
# This configuration file allows you to customize the samba shares
|
|
# available from your machine
|
|
|
|
[global]
|
|
server string = JELOS
|
|
unix extensions = no
|
|
browseable = yes
|
|
writeable = yes
|
|
printable = no
|
|
deadtime = 30
|
|
mangled names = no
|
|
name resolve order = host bcast
|
|
printcap name = /dev/null
|
|
load printers = no
|
|
enable core files = no
|
|
passdb backend = smbpasswd
|
|
smb passwd file = /storage/.cache/samba/smbpasswd
|
|
smb encrypt = disabled
|
|
fruit:model = Xserve
|
|
|
|
# samba share options
|
|
map to guest = Bad User
|
|
guest account = root
|
|
security = user
|
|
|
|
# samba tuning options
|
|
socket options = TCP_NODELAY IPTOS_LOWDELAY
|
|
min receivefile size = 16384
|
|
aio read size = 16384
|
|
aio write size = 16384
|
|
use sendfile = yes
|
|
|
|
# The following are default values for the master selection process
|
|
# local master = yes
|
|
# preferred master = auto
|
|
# domain master = auto
|
|
# os level = 20
|
|
|
|
# "strict allocate = yes" breaks large network transfers to external hdd
|
|
# Force this to "no" in case "yes" becomes the default in future
|
|
strict allocate = no
|
|
|
|
# Using the following configurations as a template allows you to add
|
|
# writeable shares of disks and paths under /storage
|
|
|
|
[update]
|
|
path = /storage/.update
|
|
available = yes
|
|
browseable = yes
|
|
writeable = yes
|
|
|
|
[roms]
|
|
path = /storage/roms
|
|
available = yes
|
|
browseable = yes
|
|
writeable = yes
|
|
|
|
[logs]
|
|
path = /var/log
|
|
available = yes
|
|
browseable = yes
|
|
writeable = yes
|
|
follow symlinks = yes
|
|
wide links = yes
|
|
|
|
[themes]
|
|
path = /storage/.config/emulationstation/themes
|
|
available = yes
|
|
browseable = yes
|
|
writeable = yes
|
|
follow symlinks = yes
|
|
wide links = yes
|
|
|
|
[config]
|
|
path = /storage/.config
|
|
available = yes
|
|
browseable = yes
|
|
writeable = yes
|
|
follow symlinks = yes
|
|
wide links = yes
|