Add native support for homepages
[project/luci.git] / libs / lucid / hostfiles / etc / config / lucid
index 5a732ac530788860cffd9e2a730638f6b72a7237..22b7efad9c3c678add918c05431c0e86d9770e34 100644 (file)
@@ -19,6 +19,7 @@ config LuciWebPublisher luciweb
        option physical ''
        list virtual /luci
        option domain ''
+       option home 1
        list exec ':lo'
        list exec ':br-lan'
        list exec 'root'
@@ -58,4 +59,16 @@ config daemon rpc
        option slave rpcd
        list address 12900
        list publisher mainrpc
-       option enabled 1
\ No newline at end of file
+       option enabled 1
+       
+config 'daemon' 'splashr'
+        option 'slave' 'httpd'
+        list 'address' '8082'
+        list 'publisher' 'splashredir'
+        option 'enabled' '1'
+
+config 'Redirector' 'splashredir'
+        option 'name' 'Splashd'
+        option 'virtual' '/'
+        option 'physical' ':80/luci/splash'
+