Move 9 service apps from admin/secubox/services/ to admin/services/: - localai, lyrion, magicmirror2, mailinabox, mmpm - nextcloud, ollama, vhost-manager, mitmproxy Services now appear under standard LuCI Services menu for consistency. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
57 lines
943 B
JSON
57 lines
943 B
JSON
{
|
|
"admin/services/localai": {
|
|
"title": "LocalAI",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-localai"]
|
|
}
|
|
},
|
|
"admin/services/localai/dashboard": {
|
|
"title": "Dashboard",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "localai/dashboard"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-localai"]
|
|
}
|
|
},
|
|
"admin/services/localai/models": {
|
|
"title": "Models",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "localai/models"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-localai"]
|
|
}
|
|
},
|
|
"admin/services/localai/chat": {
|
|
"title": "Chat",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "localai/chat"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-localai"]
|
|
}
|
|
},
|
|
"admin/services/localai/settings": {
|
|
"title": "Settings",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "localai/settings"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-localai"]
|
|
}
|
|
}
|
|
}
|