secubox-openwrt/package/secubox/luci-app-streamlit/root/usr/share/luci/menu.d/luci-app-streamlit.json
CyberMind-FR 6fda6e220d feat(streamlit): Add LuCI instance management for multi-app support
- Add Instances tab to LuCI Streamlit dashboard
- RPCD backend: list/add/remove/enable/disable instances
- API module: instance management methods
- UI: Instance table with status, port, enable/disable/remove actions
- Add Instance form with app selector and auto port assignment
- Apply & Restart button to apply instance changes

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 12:43:17 +01:00

54 lines
937 B
JSON

{
"admin/services/streamlit": {
"title": "Streamlit",
"order": 86,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-streamlit"],
"uci": {"streamlit": true}
}
},
"admin/services/streamlit/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "streamlit/overview"
}
},
"admin/services/streamlit/apps": {
"title": "Apps",
"order": 20,
"action": {
"type": "view",
"path": "streamlit/apps"
}
},
"admin/services/streamlit/instances": {
"title": "Instances",
"order": 25,
"action": {
"type": "view",
"path": "streamlit/instances"
}
},
"admin/services/streamlit/logs": {
"title": "Logs",
"order": 30,
"action": {
"type": "view",
"path": "streamlit/logs"
}
},
"admin/services/streamlit/settings": {
"title": "Settings",
"order": 40,
"action": {
"type": "view",
"path": "streamlit/settings"
}
}
}