mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
update samba
This commit is contained in:
parent
2dc779a1e6
commit
bd0606b61d
@ -85,7 +85,7 @@ dockerfiles
|
||||
- [x] revive
|
||||
- [x] rsyncd
|
||||
- [x] rtmp
|
||||
- [x] samba :beetle:
|
||||
- [x] samba :+1:
|
||||
- [x] scrapyd :+1:
|
||||
- [x] shadowsocks
|
||||
- [x] shadowsocks
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user