forked from crazy-max/docker-samba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
49 lines (47 loc) · 830 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
auth:
- user: foo
group: foo
uid: 1000
gid: 1000
password: bar
- user: baz
group: xxx
uid: 1100
gid: 1200
password_file: /run/secrets/baz_password
global:
- "force user = foo"
- "force group = foo"
share:
- name: public
comment: Public
path: /samba/public
browsable: yes
readonly: yes
guestok: yes
veto: no
recycle: yes
- name: share
path: /samba/share
browsable: yes
readonly: no
guestok: yes
writelist: foo
veto: no
- name: foo
path: /samba/foo
browsable: yes
readonly: no
guestok: no
validusers: foo
writelist: foo
veto: no
hidefiles: /_*/
- name: foo-baz
path: /samba/foo-baz
browsable: yes
readonly: no
guestok: no
validusers: foo,baz
writelist: foo,baz
veto: no