secubox-openwrt/package/secubox/luci-app-domoticz/root/usr/share/rpcd/acl.d/luci-app-domoticz.json
CyberMind-FR 89896568b1 feat(domoticz): Add LuCI dashboard with MQTT auto-bridge and Zigbee2MQTT integration
New luci-app-domoticz package with RPCD handler (12 methods), LuCI overview
(status, IoT integration, MQTT, HAProxy, mesh, logs), and full service lifecycle.
Enhanced domoticzctl with configure-mqtt (auto Mosquitto+Z2M bridge), configure-haproxy,
backup/restore, mesh-register, and uninstall commands. UCI extended with mqtt/network/mesh
sections. Catalog updated with LuCI package and IoT tags. MirrorNetworking strategic
document noted in planning files.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 21:32:17 +01:00

25 lines
421 B
JSON

{
"luci-app-domoticz": {
"description": "Grant access to Domoticz home automation configuration",
"read": {
"file": {
"/etc/config/domoticz": ["read"]
},
"ubus": {
"file": ["read", "stat"],
"luci.domoticz": ["*"]
},
"uci": ["domoticz"]
},
"write": {
"file": {
"/etc/config/domoticz": ["write"]
},
"ubus": {
"luci.domoticz": ["*"]
},
"uci": ["domoticz"]
}
}
}