op-packages/luci-app-nginx
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00
..
htdocs/luci-static/resources/view/nginx 🌴 Sync 2026-03-05 23:51:42 2026-03-05 23:51:42 +08:00
po 🌴 Sync 2026-03-05 23:51:42 2026-03-05 23:51:42 +08:00
root/usr/share 🌴 Sync 2026-03-05 23:51:42 2026-03-05 23:51:42 +08:00
LICENSE 🌴 Sync 2026-03-05 23:51:42 2026-03-05 23:51:42 +08:00
Makefile 🌴 Sync 2026-03-05 23:51:42 2026-03-05 23:51:42 +08:00
README.md 🌴 Sync 2026-03-05 23:51:42 2026-03-05 23:51:42 +08:00

LuCI interface for Nginx

Highlights:

  • Compatible with OpenWRT master and latest LuCI
  • No Lua code, completely written in LuCI's JavaScript API

Useage:

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 source code.