https://github.com/zhaojh329/xluci2
DEPRECATED. xLuCI2 is a JavaScript Webgui for embedded devices running OpenWRT or LEDE
https://github.com/zhaojh329/xluci2
lede luci2 openwrt webui
Last synced: 2 months ago
JSON representation
DEPRECATED. xLuCI2 is a JavaScript Webgui for embedded devices running OpenWRT or LEDE
- Host: GitHub
- URL: https://github.com/zhaojh329/xluci2
- Owner: zhaojh329
- License: lgpl-3.0
- Created: 2017-06-09T03:57:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T10:28:42.000Z (almost 6 years ago)
- Last Synced: 2025-03-27T11:21:10.246Z (3 months ago)
- Topics: lede, luci2, openwrt, webui
- Language: JavaScript
- Homepage:
- Size: 3.29 MB
- Stars: 151
- Watchers: 6
- Forks: 30
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED. use [oui](https://github.com/zhaojh329/oui)
# xLuCI2([中文](https://github.com/zhaojh329/xluci2/blob/master/README_ZH.md))([github](https://github.com/zhaojh329/xluci2))

xLuCI2 is a JavaScript Webgui for embedded devices running OpenWRT or LEDE. xLuCI2 based on original [LuCI2](https://wiki.openwrt.org/doc/techref/luci2),
fix a large number of bug on the basis of the original LuCI2, and added some features: dynamic skin, dynamic switching language, modularization.







# Features
* Based on bootstrap framework(You can write beautiful pages)
* The front end is communicated with the background through UBUS
* Dynamic skin
* Dynamic switching language
* Multi user rights management(read only, invisible, writable)# Usage on OpenWRT/LEDE
# go to your OpenWRT/LEDE directory
cd openwrt
# add xLuCI2 feed to feeds conf
echo "src-git xluci2 https://github.com/zhaojh329/xluci2.git" >> feeds.conf.default
# update your feeds
./scripts/feeds update -a
# install all xluci2 packages
./scripts/feeds install -a -p xluci2# select xluci2 packages
make menuconfig
LuCI2 --->
Applications --->
Themes --->
<*> luci2-base
# compile
make V=s# How To Contribute
Feel free to create issues or pull-requests if you have any problems.**Please read [contributing.md](https://github.com/zhaojh329/xluci2/blob/master/contributing.md)
before pushing any changes.**# If the project is helpful to you, please do not hesitate to star. Thank you!