LuCI - OpenWrt Configuration Interface
  • JavaScript 65%
  • C 17.2%
  • Lua 6.6%
  • CSS 3.7%
  • UnrealScript 3%
  • Other 4.4%
Find a file
Andy Chiang 7b02b9add5 luci-base: fix "null" text appearing in modal
fix "null" text appearing in modal

UPDATE: added {} in for-loop for readability - CK

Signed-off-by: Andy Chiang <AndyChiang_git@outlook.com>
2026-05-13 11:33:22 +02:00
.github luci: minor edits to CONTRIBUTING.md & PR template 2026-04-17 01:31:17 +02:00
applications luci-app-strongswan-swanctl: merge SAs and connections 2026-05-13 07:37:33 +02:00
build build: do not run ./build/mkbasepot.sh twice 2026-02-03 08:49:03 +01:00
collections luci-layer2: create a minimal collection for layer-2 devices 2026-03-04 20:34:46 +01:00
contrib/package lucihttp: adjust to cmake 4.x compatibility 2025-10-07 18:56:21 +03:00
doc_gen docs: favicon and hierarchy 2026-02-22 16:51:25 +01:00
docs docs: favicon and hierarchy 2026-02-22 16:51:25 +01:00
libs luci-lib-chartjs: js linting fixes 2026-02-17 00:26:47 +01:00
modules luci-base: fix "null" text appearing in modal 2026-05-13 11:33:22 +02:00
plugins luci-plugins: align naming 2026-04-09 14:51:38 +02:00
protocols luci-proto-openvpn: add server_ipv6 parameter 2026-04-20 14:57:38 +02:00
themes luci-theme-bootstrap: fix header .pull-right 2026-04-11 09:35:01 +03:00
.gitignore luci: add macOS filename to .gitignore 2026-04-02 16:01:31 +02:00
CONTRIBUTING.md luci: minor edits to CONTRIBUTING.md & PR template 2026-04-17 01:31:17 +02:00
eslint.config.mjs github: add linting for JS and MD 2026-02-16 01:42:55 +01:00
jsdoc.conf.json docs: favicon and hierarchy 2026-02-22 16:51:25 +01:00
LICENSE * new project: ff-luci - Freifunk Lua Configuration Interface 2008-03-02 21:52:58 +00:00
luci.mk build: enable packaging of Lao, Georgian and Latvian translations 2026-05-02 15:31:40 +03:00
NOTICE luci-lib-nixio: remove unmaintained axTLS lib 2025-09-25 14:55:12 +02:00
package.json lint: bump package dependencies for node 2026-03-10 19:28:46 +01:00
README.md docs: refresh for JS and drop Lua references 2026-02-16 01:06:46 +01:00

OpenWrt luci feed

Translation status

Description

This is the OpenWrt "luci"-feed containing LuCI - OpenWrt Configuration Interface.

Usage

This feed is enabled by default. Your feeds.conf.default (or feeds.conf) should contain a line like:

src-git luci https://github.com/openwrt/luci.git

To install all its package definitions, run:

./scripts/feeds update luci
./scripts/feeds install -a -p luci

API Reference

You can browse the generated API documentation directly on Github.

Use ucode and rpcd for server side operations.

Development

Documentation for developing and extending LuCI can be found in the Wiki

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.

Translation status

Use Weblate instead of direct editing of the *.po files.

Translation status