LuCI - OpenWrt Configuration Interface
Find a file
2024-03-06 05:14:53 +00:00
api deploy: 5f5a61caf8 2021-10-09 03:21:28 +00:00
jsapi deploy: f630f2241c 2024-03-06 05:14:53 +00:00
CBI.md deploy: f630f2241c 2024-03-06 05:14:53 +00:00
i18n.md deploy: f630f2241c 2024-03-06 05:14:53 +00:00
JsonRpcHowTo.md deploy: f630f2241c 2024-03-06 05:14:53 +00:00
LMO.md deploy: f630f2241c 2024-03-06 05:14:53 +00:00
LuCI-0.10.md deploy: f630f2241c 2024-03-06 05:14:53 +00:00
Modules.md deploy: f630f2241c 2024-03-06 05:14:53 +00:00
ModulesHowTo.md deploy: f630f2241c 2024-03-06 05:14:53 +00:00
README.md deploy: f630f2241c 2024-03-06 05:14:53 +00:00
Templates.md deploy: f630f2241c 2024-03-06 05:14:53 +00:00
ThemesHowTo.md deploy: f630f2241c 2024-03-06 05:14:53 +00:00

LuCI Documentation

See Wiki LuCI Technical Reference

API Reference

Deprecated API Reference (older Lua based APIs)

  • CBI models reference:CBI models are Lua files describing the structure of an UCI config file and the resulting HTML form to be evaluated by the CBI parser
  • How to make LuCI Lua Modules: No new Lua modules for client side display are accepted, but some server side things are still done in Lua
  • LMO - Lua Machine Objects: to pack language strings into a more efficient form for Lua
  • Server side Lua APIs
  • Templates: template processor which parses HTML-files to Lua functions and allows to store precompiled template files

Archived

  • LuCI-0.10: No longer used, but useful reference if you encounter older LuCI versions.