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] revive
|
||||||
- [x] rsyncd
|
- [x] rsyncd
|
||||||
- [x] rtmp
|
- [x] rtmp
|
||||||
- [x] samba :beetle:
|
- [x] samba :+1:
|
||||||
- [x] scrapyd :+1:
|
- [x] scrapyd :+1:
|
||||||
- [x] shadowsocks
|
- [x] shadowsocks
|
||||||
- [x] shadowsocks
|
- [x] shadowsocks
|
||||||
|
@ -27,13 +27,14 @@ samba:
|
|||||||
```
|
```
|
||||||
[global]
|
[global]
|
||||||
workgroup = WORKGROUP
|
workgroup = WORKGROUP
|
||||||
server string = %h server (Samba, Apline)
|
netbios name = EasyPi
|
||||||
|
server string = Samba Server
|
||||||
map to guest = bad user
|
map to guest = bad user
|
||||||
|
|
||||||
[share]
|
[share]
|
||||||
path = /share
|
path = /share
|
||||||
browseable = yes
|
browseable = yes
|
||||||
read only = no
|
read only = yes
|
||||||
guest ok = yes
|
guest ok = yes
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[global]
|
[global]
|
||||||
workgroup = WORKGROUP
|
workgroup = WORKGROUP
|
||||||
server string = %h server (Samba, Apline)
|
netbios name = EasyPi
|
||||||
|
server string = Samba Server
|
||||||
dns proxy = no
|
dns proxy = no
|
||||||
log file = /var/log/samba/log.%m
|
log file = /var/log/samba/log.%m
|
||||||
max log size = 1000
|
max log size = 1000
|
||||||
|
Loading…
Reference in New Issue
Block a user