forked from kimchi-project/ginger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathginger.conf
50 lines (38 loc) · 913 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
42
43
44
45
46
47
48
49
50
[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', ]
timeout = '300'
[unit]
temperature = 'C'
[/]
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
[/powerprofiles]
tools.kimchiauth.on = True
[/users]
tools.kimchiauth.on = True
[/network]
tools.kimchiauth.on = True
[/backup]
tools.kimchiauth.on = True
[/san_adapters]
tools.kimchiauth.on = True
[/sensors]
tools.kimchiauth.on = True
[/ibm_sep]
tools.kimchiauth.on = True
[/help]
tools.staticdir.on = True
tools.nocache.on = True
tools.staticdir.dir = kimchi.config.PluginPaths('ginger').ui_dir + '/pages/help'