Added new application luci-ntpc to luci-full and luci-mini
[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  "/etc/init.d/network restart; /etc/init.d/dnsmasq restart"
23         option wireless "/etc/init.d/network restart"
24         option olsr     "/etc/init.d/olsrd restart"
25         option dhcp     "/etc/init.d/dnsmasq restart"
26         option dropbear "/etc/init.d/dropbear restart"
27         option httpd    "/etc/init.d/httpd restart"
28         option fstab    "/etc/init.d/fstab restart"
29         option qos      "/etc/init.d/qos restart"
30         option luci_fw  "/etc/init.d/luci_fw restart"
31         option luci_ethers "/etc/init.d/luci_ethers restart; /etc/init.d/dnsmasq restart"
32         option luci_splash "/etc/init.d/luci_splash restart"
33         option freifunk "/etc/init.d/luci_freifunk restart"
34         option upnpd "/etc/init.d/miniupnpd enabled && /etc/init.d/miniupnpd restart || /etc/init.d/miniupnpd stop"
35         option ntpclient "/etc/init.d/ntpclient restart"
36
37 config internal languages
38         option de "Deutsch"
39         option en "English"
40         option fr "Français"
41         
42 config internal sauth
43         option sessionpath "/tmp/.lucisessions"
44         option sessiontime 3600
45         
46 config internal template
47         option compiler_mode file
48         option compiledir "/tmp/.lucitplcache"
49                 
50 config internal themes
51         option OpenWRT "/luci-static/openwrt.org"