https://github.com/coolsnowwolf/luci
LuCI - OpenWrt Configuration Interface
https://github.com/coolsnowwolf/luci
Last synced: about 1 year ago
JSON representation
LuCI - OpenWrt Configuration Interface
- Host: GitHub
- URL: https://github.com/coolsnowwolf/luci
- Owner: coolsnowwolf
- License: apache-2.0
- Created: 2018-10-17T14:28:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-10T17:26:01.000Z (about 1 year ago)
- Last Synced: 2025-05-10T18:26:23.323Z (about 1 year ago)
- Language: Lua
- Size: 23.6 MB
- Stars: 344
- Watchers: 18
- Forks: 619
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://htmlpreview.github.io/?http://raw.githubusercontent.com/openwrt/luci/master/documentation/api/index.html).
## Development
Documentation for developing and extending LuCI can be found [in the Wiki](https://github.com/openwrt/luci/wiki)
## License
See [LICENSE](LICENSE) file.
## Package Guidelines
See [CONTRIBUTING.md](CONTRIBUTING.md) file.