mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-19 20:04:30 +01:00
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Samba Config",
|
||||
"version": "0.6",
|
||||
"version": "0.7",
|
||||
"slug": "smb_config",
|
||||
"description": "Expose config with samba",
|
||||
"startup": "after",
|
||||
|
||||
@@ -27,4 +27,4 @@ else
|
||||
echo -e "$PASSWORD\n$PASSWORD" | smbpasswd -a -s -c /etc/smb.conf $USERNAME
|
||||
fi
|
||||
|
||||
exec smbd -F -S -d 4 -s /etc/smb.conf < /dev/null
|
||||
exec smbd -F -S -s /etc/smb.conf < /dev/null
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
[global]
|
||||
workgroup = %%WORKGROUP%%
|
||||
server string = Samba HomeAssistant config share
|
||||
security: share
|
||||
security: user
|
||||
|
||||
load printers = no
|
||||
disable spoolss = yes
|
||||
|
||||
log level = 1
|
||||
|
||||
#guest account = root
|
||||
#map to guest = Bad User
|
||||
|
||||
|
||||
Reference in New Issue
Block a user