secubox-openwrt/package/secubox/luci-app-masterlink/root/usr/share/luci/menu.d/luci-app-masterlink.json
CyberMind-FR 349b20a750 fix(luci-app-masterlink): Use HTTPS instead of HTTP for mesh join API
- Change API endpoint from http://IP:7331 to https://IP (port 443)
- Add -k flag for curl to handle self-signed certificates
- Add --no-check-certificate for wget for self-signed certs
- Update usage examples to show HTTPS URLs
- Fix menu path to /admin/secubox/master-link

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-26 15:03:02 +01:00

14 lines
200 B
JSON

{
"admin/secubox/master-link": {
"title": "Master-Link",
"order": 90,
"action": {
"type": "view",
"path": "masterlink/join"
},
"depends": {
"acl": ["luci-app-masterlink"]
}
}
}