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>
17 lines
358 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|