Upload files to "install"

This commit is contained in:
2025-06-03 22:42:26 +00:00
parent 4578beccf5
commit 135dcecc57
2 changed files with 54 additions and 0 deletions

23
install/samba.conf Normal file
View File

@@ -0,0 +1,23 @@
[config]
comment = config share
path = /home/$USER/WHIT
browerable = no
writeable = yes
read only = no
creat mask = 0777
directory mask = 0777
public = no
guest ok = no
[www]
comment = tv
path = /var/www/html
browerable = yes
writeable = yes
read only = no
creat mask = 0777
directory mask = 0777
public = yes
guest ok = yes