Skip to content
Jo-Philipp Wich edited this page Jan 15, 2016 · 12 revisions

Table of Contents

About

LuCI was founded in March 2008 as "FFLuCI" as part of the efforts to create a port of the Freifunk-Firmware from OpenWrt Whiterussian to Kamikaze.

The initial reason for this project was the absence of a free, clean, extensible and easily maintainable web user interface for embedded devices. While most similar configuration interfaces make heavy use of the Shell-scripting language LuCI uses the Lua programming language and splits up the interface into logical parts like models and views, uses object-oriented libraries and templating. That ensures a higher performance, smaller installation size, faster runtimes and what is even more important: better maintainability.

Meanwhile LuCI evolved from a MVC-Webframework to a collection of several libraries, applications and user interfaces with general purpose for Lua programmers while the focus still remains on the web user interface which also became an official part of OpenWrt Kamikaze.

LuCI is an open and independent project. Everyone is welcome to contribute.

News

The LuCI source has been moved to https://github.com/openwrt/luci under the umbrella of the OpenWrt organization.

Resources

Submitting Tickets

This ticket tracker is discontinued. You can raise issues on https://github.com/openwrt/luci/issues . Please do only open LuCI related tickets there.

Clone this wiki locally