- 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>
14 lines
200 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|