02e54c41308b48b163072ec6761c0c91913e4f6a
[project/luci.git] / libs / web / root / etc / config / luci
1 config core main
2 option lang en
3 option mediaurlbase /luci-static/openwrt.org
4 option resourcebase /luci-static/resources
5
6 config core brand
7 option title "OpenWRT Kamikaze"
8 option subtitle "Lua Configuration Interface"
9 option firmware "OpenWRT Kamikaze"
10 option distro "Development Snapshot"
11
12 config extern flash_keep
13 option uci "/etc/config"
14 option dropbear "/etc/dropbear"
15 option openvpn "/etc/openvpn"
16 option passwd "/etc/passwd"
17 option ipkg "/etc/ipkg.conf"
18 option httpd "/etc/httpd.conf"
19 option firewall "/etc/firewall.user"
20
21 config event uci_oncommit
22 option network "/sbin/luci-reload network firewall dnsmasq luci_splash"
23 option wireless "/sbin/luci-reload network firewall dnsmasq luci_splash"
24 option olsr "/sbin/luci-reload olsrd"
25 option dhcp "/sbin/luci-reload dnsmasq"
26 option dropbear "/sbin/luci-reload dropbear"
27 option httpd "/sbin/luci-reload httpd"
28 option fstab "/sbin/luci-reload fstab"
29 option qos "/sbin/luci-reload qos"
30 option system "/sbin/luci-reload led"
31 option firewall "/sbin/luci-reload firewall luci_splash"
32 option luci_hosts "/sbin/luci-reload luci_hosts dnsmasq"
33 option luci_ethers "/sbin/luci-reload luci_ethers dnsmasq"
34 option luci_splash "/sbin/luci-reload firewall luci_splash"
35 option upnpd "/etc/init.d/miniupnpd enabled && /sbin/luci-reload miniupnpd || /etc/init.d/miniupnpd stop"
36 option ntpclient "/sbin/luci-reload ntpclient"
37 option samba "/sbin/luci-reload samba"
38
39 config internal languages
40
41 config internal sauth
42 option sessionpath "/tmp/.lucisessions"
43 option sessiontime 3600
44
45 config internal ccache
46 option enable 1
47
48 config internal template
49 option compiler_mode file
50 option compiledir "/tmp/.lucitplcache"
51
52 config internal themes