Try a new differetn samba image

This commit is contained in:
2025-07-09 20:05:20 +01:00
parent 93908c6b52
commit 48eb97d68e
5 changed files with 24 additions and 52 deletions

View File

@@ -3,33 +3,16 @@ kind: ConfigMap
metadata:
name: samba-config
data:
smb.default: |
[global]
server string = samba
security = user
server min protocol = SMB2
map to guest = Bad User
guest account = samba
wins support = yes
local master = yes
preferred master = yes
tls enabled = no
bind interfaces only = no
# disable printing services
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
FAIL_FAST: "true"
SAMBA_GLOBAL_STANZA: "map to guest = Bad User;guest account = samba;wins support = yes;load printers = no;"
SAMBA_VOLUME_CONFIG_share: |
[share]
path = /storage
comment = Shared
valid users = @smb
browseable = yes
writable = yes
read only = no
path = /storage
comment = Shared
valid users = @smb
browseable = yes
writable = yes
read only = no
printable = no
public = yes
printable = no
public = yes