secubox-openwrt/package/secubox/luci-app-droplet/root/usr/share/rpcd/acl.d/luci-app-droplet.json
CyberMind-FR 078e2dc01e feat(droplet): Add one-drop content publisher
Simple drag-and-drop publishing for HTML/ZIP files:
- Auto-detects content type (static/streamlit/hexo)
- Creates vhosts at gk2.secubox.in by default
- Registers with metablogizer or streamlit accordingly
- CLI: dropletctl publish/list/remove/rename
- LuCI drag-drop interface at Services > Droplet

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-14 11:25:07 +01:00

17 lines
358 B
JSON

{
"luci-app-droplet": {
"description": "Droplet Publisher",
"read": {
"ubus": {
"luci.droplet": ["status", "list"]
}
},
"write": {
"ubus": {
"luci.droplet": ["upload", "remove", "rename"]
},
"cgi-io": ["upload"]
}
}
}