https://github.com/arenekosreal/luci-app-nginx
OpenWRT LuCI interface for Nginx
https://github.com/arenekosreal/luci-app-nginx
javascript luci-app nginx openwrt openwrt-package
Last synced: 4 months ago
JSON representation
OpenWRT LuCI interface for Nginx
- Host: GitHub
- URL: https://github.com/arenekosreal/luci-app-nginx
- Owner: arenekosreal
- License: wtfpl
- Created: 2023-04-08T10:35:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T10:58:26.000Z (about 2 years ago)
- Last Synced: 2024-12-28T09:39:12.533Z (6 months ago)
- Topics: javascript, luci-app, nginx, openwrt, openwrt-package
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LuCI interface for Nginx
Highlights:
- Compatible with OpenWRT master and latest LuCI
- No Lua code, completely written in LuCI's JavaScript APIUseage:
Clone the repo:
Run `git clone https://github.com/zhanghua000/luci-app-nginx /path/to/openwrt/package/openwrt-packages`
Edit config
Run `make menuconfig` at `/path/to/openwrt` and go to `LuCI -> Applications -> luci-app-nginx`, set it to `y` or `m`
Start Building
Run `make /path/to/openwrt/package/openwrt-packages/luci-app-nginx/compile` and you will find .ipk file(s) at `/path/to/openwrt/bin/packages/$TARGET_ARCH/base` folder
Tested on [OpenWRT master](https://github.com/openwrt/openwrt) source code.