From: Paul Donald Date: Tue, 24 Feb 2026 03:02:00 +0000 (+0100) Subject: luci-app-example: drop Lua X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2d26bf13c7e7a7df99e108034d44a986fccde345;p=openwrt-luci.git luci-app-example: drop Lua follow-up to f91fa4b1516d62221ad81422e30579acdff75806 Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-example/structure.md b/applications/luci-app-example/structure.md index 8101795286..d2cc1a6460 100644 --- a/applications/luci-app-example/structure.md +++ b/applications/luci-app-example/structure.md @@ -60,8 +60,6 @@ The JSON file that defines what APIs may be called is defined in `root/usr/share If ACL rights are not granted correctly, the web UI will show an error indicating "Access denied". Fix the ACL file, deploy it to the device/virtual machine, and restart `rpcd`. -Note that there may be legacy UCI (luci-compat) grants ACL in place, permitting read and write for all applications to all UCI resources. This should not be taken as a reason to skip granting the correct ACLs in your application. To ensure your ACLs are correct, you can move `acl.d/luci-compat` out of the way and restart `rpcd`. Put the file back when you've finished testing, as other LuCI applications may depend on it. - ## Additional files LuCI apps do not have to have any additional files or UCI default setup. However, here's how you deal with those if needed.