secubox-openwrt/package/secubox/luci-app-cdn-cache/root/usr/share/luci/menu.d/luci-app-cdn-cache.json
CyberMind-FR 906bf6f549 feat: Add HTTP health checks, portal speedtest, and fix cert detection
- metablogizer: Add HTTP health checks for backend (uhttpd) and frontend (HAProxy)
- metablogizer: Fix BusyBox-compatible certificate expiry detection using openssl checkend
- secubox-portal: Add speed test widget with ping/download/upload measurement
- tor-shield: Fix settings save ensuring UCI sections exist
- cdn-cache: UI improvements and restructure
- streamlit: Fix port conflict (sappix now uses 8503)
- secubox-core: Add proxy mode detection
- security-threats: Dashboard improvements
- haproxy: Init.d and Makefile updates

PKG_RELEASE bumps:
- luci-app-cdn-cache: 3
- luci-app-metablogizer: 2
- luci-app-secubox-portal: 2
- luci-app-secubox-security-threats: 2
- luci-app-secubox: 4
- luci-app-streamlit: 9
- luci-app-tor-shield: 2
- secubox-app-haproxy: 23
- secubox-core: 6

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 19:46:26 +01:00

61 lines
1.1 KiB
JSON

{
"admin/services/cdn-cache": {
"title": "CDN Cache",
"order": 35,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-cdn-cache"],
"uci": {"cdn-cache": true}
}
},
"admin/services/cdn-cache/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "cdn-cache/overview"
}
},
"admin/services/cdn-cache/cache": {
"title": "Cache",
"order": 20,
"action": {
"type": "view",
"path": "cdn-cache/cache"
}
},
"admin/services/cdn-cache/policies": {
"title": "Policies",
"order": 30,
"action": {
"type": "view",
"path": "cdn-cache/policies"
}
},
"admin/services/cdn-cache/statistics": {
"title": "Statistics",
"order": 40,
"action": {
"type": "view",
"path": "cdn-cache/statistics"
}
},
"admin/services/cdn-cache/maintenance": {
"title": "Maintenance",
"order": 50,
"action": {
"type": "view",
"path": "cdn-cache/maintenance"
}
},
"admin/services/cdn-cache/settings": {
"title": "Settings",
"order": 90,
"action": {
"type": "view",
"path": "cdn-cache/settings"
}
}
}