diff --git a/smb_config/config.json b/smb_config/config.json index bc421dc..00e8e3f 100644 --- a/smb_config/config.json +++ b/smb_config/config.json @@ -1,6 +1,6 @@ { "name": "Samba Config", - "version": "0.6", + "version": "0.7", "slug": "smb_config", "description": "Expose config with samba", "startup": "after", diff --git a/smb_config/run.sh b/smb_config/run.sh index ba8b809..c6d0ac6 100644 --- a/smb_config/run.sh +++ b/smb_config/run.sh @@ -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 diff --git a/smb_config/smb.conf b/smb_config/smb.conf index e2ef31c..c342e5e 100644 --- a/smb_config/smb.conf +++ b/smb_config/smb.conf @@ -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