diff --git a/README.md b/README.md index 6ea0f1c..e299ca9 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ dockerfiles - [x] revive - [x] rsyncd - [x] rtmp -- [x] samba :beetle: +- [x] samba :+1: - [x] scrapyd :+1: - [x] shadowsocks - [x] shadowsocks diff --git a/samba/README.md b/samba/README.md index f038210..0a46f8e 100644 --- a/samba/README.md +++ b/samba/README.md @@ -27,13 +27,14 @@ samba: ``` [global] workgroup = WORKGROUP -server string = %h server (Samba, Apline) +netbios name = EasyPi +server string = Samba Server map to guest = bad user [share] path = /share browseable = yes -read only = no +read only = yes guest ok = yes ``` diff --git a/samba/smb.conf b/samba/smb.conf index 5109918..de4f522 100644 --- a/samba/smb.conf +++ b/samba/smb.conf @@ -1,6 +1,7 @@ [global] workgroup = WORKGROUP -server string = %h server (Samba, Apline) +netbios name = EasyPi +server string = Samba Server dns proxy = no log file = /var/log/samba/log.%m max log size = 1000