diff options
| author | Paul Donald | 2026-02-24 03:02:00 +0000 |
|---|---|---|
| committer | Paul Donald | 2026-02-24 03:02:00 +0000 |
| commit | 2d26bf13c7e7a7df99e108034d44a986fccde345 (patch) | |
| tree | 5e3e73078d9b09fbea2f5a5c27ab5da5fd54f60c | |
| parent | f91fa4b1516d62221ad81422e30579acdff75806 (diff) | |
| download | luci-2d26bf13c7e7a7df99e108034d44a986fccde345.tar.gz | |
luci-app-example: drop Lua
follow-up to f91fa4b1516d62221ad81422e30579acdff75806
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
| -rw-r--r-- | applications/luci-app-example/structure.md | 2 |
1 files changed, 0 insertions, 2 deletions
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. |