secubox-openwrt/package/secubox/luci-app-ai-gateway/root/usr/share/luci/menu.d/luci-app-ai-gateway.json
CyberMind-FR 59dbd714a5 fix(tools): Add curl redirect handling to image builder scripts
Validated secubox-image.sh and secubox-sysupgrade.sh scripts:
- Fixed curl redirect issue: ASU API returns 301 redirects
- Added -L flag to 9 curl calls across both scripts
- Verified all device profiles valid (mochabin, espressobin, x86-64)
- Confirmed POSIX sh compatibility for sysupgrade script
- Validated first-boot script syntax

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-03 09:44:04 +01:00

45 lines
787 B
JSON

{
"admin/services/ai-gateway": {
"title": "AI Gateway",
"order": 25,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-ai-gateway"]
}
},
"admin/services/ai-gateway/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "ai-gateway/overview"
}
},
"admin/services/ai-gateway/providers": {
"title": "Providers",
"order": 20,
"action": {
"type": "view",
"path": "ai-gateway/providers"
}
},
"admin/services/ai-gateway/classify": {
"title": "Classifier",
"order": 30,
"action": {
"type": "view",
"path": "ai-gateway/classify"
}
},
"admin/services/ai-gateway/audit": {
"title": "Audit Log",
"order": 40,
"action": {
"type": "view",
"path": "ai-gateway/audit"
}
}
}