forked from kimchi-project/ginger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ginger.conf
41 lines (33 loc) · 943 Bytes
/
ginger.conf
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
[kimchi]
enable = True
plugin_class = "Ginger"
uri = "/plugins/ginger"
[backup]
default_include = ['/etc', '/var/spool/cron']
default_exclude = ['/etc/init.d', '/etc/rc.d', '/etc/rc?.d', ]
[/]
tools.nocache.on = True
tools.trailing_slash.on = False
tools.sessions.on = True
tools.sessions.name = 'kimchi'
tools.sessions.httponly = True
tools.sessions.locking = 'explicit'
tools.sessions.storage_type = 'ram'
[/firmware]
tools.kimchiauth.on = True
tools.kimchiauth.admin_methods = ['PUT', 'POST']
[/powerprofiles]
tools.kimchiauth.on = True
tools.kimchiauth.admin_methods = ['PUT']
[/users]
tools.kimchiauth.on = True
tools.kimchiauth.admin_methods = ['GET', 'POST', 'DELETE']
[/network]
tools.kimchiauth.on = True
tools.kimchiauth.admin_methods = ['PUT']
[/backup]
tools.kimchiauth.on = True
tools.kimchiauth.admin_methods = ['GET', 'POST', 'DELETE']
[/san_adapters]
tools.kimchiauth.on = True
tools.kimchiauth.admin_methods = ['GET']