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>
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"admin/services/droplet": {
|
|
"title": "Droplet",
|
|
"order": 45,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "droplet/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-droplet"],
|
|
"uci": {}
|
|
}
|
|
}
|
|
}
|