Lua Configuration Interface (mirror)

Jo-Philipp Wich 07aedbf129 Merge pull request #2962 from TDT-AG/pr/20190802-luci-app-openvpn 5 năm trước cách đây
.circleci da35bfcf54 build: add circleci 5 năm trước cách đây
applications 6a847fea04 luci-app-openvpn: use DynamicList for tls_ciphersuites 5 năm trước cách đây
build 4bbc033a96 build: i18n-scan.pl: properly handle bracket-quoted strings 5 năm trước cách đây
collections b94be57aff Merge pull request #2285 from dengqf6/luci-ssl-nginx 6 năm trước cách đây
contrib 66c8ebfeff lucihttp: update to latest Git HEAD 5 năm trước cách đây
documentation 70aaf72f46 docs: Update UCI wiki link 5 năm trước cách đây
libs 16f23de977 luci-lib-nixio: fix compilation 5 năm trước cách đây
modules eb9051c307 luci-base: form.js: add modal dialog hook 5 năm trước cách đây
protocols f56a6df49c Merge pull request #2791 from TDT-AG/pr/20190626-luci-proto-3g 5 năm trước cách đây
themes f743b96882 luci-theme-bootstrap: add CBI order drag/drop styles 5 năm trước cách đây
.buildpath 3f5de3273c * new project: ff-luci - Freifunk Lua Configuration Interface 16 năm trước cách đây
.cproject 9c260769a5 More C-Functions (luci.cutil.instanceof, luci.cutil.pcdata) 16 năm trước cách đây
.gitignore 17690f2d73 build: add build option to minify *.js files 6 năm trước cách đây
.project 40639695cb LuCI Core C-Rewrite: First steps 16 năm trước cách đây
CONTRIBUTING.md 03ce59a8a1 Update CONTRIBUTING.md 6 năm trước cách đây
LICENSE 3f5de3273c * new project: ff-luci - Freifunk Lua Configuration Interface 16 năm trước cách đây
NOTICE 41d2b33087 Update my email addresses in the license headers 9 năm trước cách đây
README.md 592352d0f8 docs: link to the developer wiki documentation 8 năm trước cách đây
luci.mk 629c941eff Added privoxy Hindi translations 5 năm trước cách đây

README.md

OpenWrt luci feed

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.

Development

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

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.