Home server Docker Compose stack with Forgejo, Home Assistant, DuckDNS, and Time Machine services. Co-authored-by: Cursor <cursoragent@cursor.com>
49 lines
1.1 KiB
Text
49 lines
1.1 KiB
Text
[global]
|
|
workgroup = WORKGROUP
|
|
server role = standalone server
|
|
security = user
|
|
ntlm auth = no
|
|
|
|
server min protocol = SMB2_10
|
|
server max protocol = SMB3
|
|
|
|
server signing = auto
|
|
smb encrypt = desired
|
|
|
|
load printers = no
|
|
printing = bsd
|
|
printcap name = /dev/null
|
|
disable spoolss = yes
|
|
show add printer wizard = no
|
|
|
|
logging = file
|
|
log file = /var/log/samba/log.%m
|
|
max log size = 1000
|
|
log level = 1 auth:3 vfs:1
|
|
|
|
smb ports = 445
|
|
|
|
vfs objects = catia fruit streams_xattr
|
|
|
|
fruit:aapl = yes
|
|
fruit:nfs_aces = no
|
|
fruit:copyfile = no
|
|
fruit:model = TimeCapsule8,119
|
|
fruit:metadata = stream
|
|
fruit:veto_appledouble = no
|
|
fruit:posix_rename = yes
|
|
fruit:zero_file_id = yes
|
|
fruit:wipe_intentionally_left_blank_rfork = yes
|
|
fruit:delete_empty_adfiles = yes
|
|
|
|
spotlight backend = noindex
|
|
|
|
[TimeMachine]
|
|
path = /opt/timemachine
|
|
browseable = yes
|
|
read only = no
|
|
inherit permissions = no
|
|
valid users = timemachine
|
|
vfs objects = catia fruit streams_xattr
|
|
fruit:time machine = yes
|
|
fruit:time machine max size = 500G
|