op-packages/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json
2026-04-23 20:32:35 +08:00

162 lines
2.7 KiB
JSON

{
"admin/system/system": {
"title": "System",
"order": 1,
"action": {
"type": "view",
"path": "system/system"
},
"depends": {
"acl": [ "luci-mod-system-config" ]
}
},
"admin/system/admin": {
"title": "Administration",
"order": 2,
"action": {
"type": "firstchild"
},
"depends": {
"acl": [ "luci-mod-system-config", "luci-mod-system-ssh" ]
}
},
"admin/system/admin/password": {
"title": "Router Password",
"order": 1,
"action": {
"type": "view",
"path": "system/password"
},
"depends": {
"acl": [ "luci-mod-system-config" ]
}
},
"admin/system/admin/dropbear": {
"title": "SSH Access",
"order": 2,
"action": {
"type": "view",
"path": "system/dropbear"
},
"depends": {
"acl": [ "luci-mod-system-ssh" ],
"fs": { "/usr/sbin/dropbear": "executable" }
}
},
"admin/system/admin/sshkeys": {
"title": "SSH-Keys",
"order": 3,
"action": {
"type": "view",
"path": "system/sshkeys"
},
"depends": {
"acl": [ "luci-mod-system-ssh" ],
"fs": { "/usr/sbin/dropbear": "executable" }
}
},
"admin/system/admin/uhttpd": {
"title": "HTTP(S) Access",
"order": 4,
"action": {
"type": "view",
"path": "system/uhttpd"
},
"depends": {
"acl": [ "luci-mod-system-uhttpd" ],
"fs": { "/usr/sbin/uhttpd": "executable" }
}
},
"admin/system/admin/repokeys": {
"title": "Repo Public Keys",
"order": 5,
"action": {
"type": "view",
"path": "system/repokeys"
},
"depends": {
"acl": [ "luci-mod-system-repokeys" ]
}
},
"admin/system/startup": {
"title": "Startup",
"order": 45,
"action": {
"type": "view",
"path": "system/startup"
},
"depends": {
"acl": [ "luci-mod-system-init" ]
}
},
"admin/system/crontab": {
"title": "Scheduled Tasks",
"order": 46,
"action": {
"type": "view",
"path": "system/crontab"
},
"depends": {
"acl": [ "luci-mod-system-cron" ]
}
},
"admin/system/mounts": {
"title": "Mount Points",
"order": 50,
"action": {
"type": "view",
"path": "system/mounts"
},
"depends": {
"acl": [ "luci-mod-system-mounts" ],
"fs": { "/sbin/block": "executable" }
}
},
"admin/system/leds": {
"title": "LED Configuration",
"order": 60,
"action": {
"type": "view",
"path": "system/leds"
},
"depends": {
"acl": [ "luci-mod-system-config" ],
"fs": { "/sys/class/leds": "directory" }
}
},
"admin/system/flash": {
"title": "Backup / Flash Firmware",
"order": 70,
"action": {
"type": "view",
"path": "system/flash"
},
"depends": {
"acl": [ "luci-mod-system-flash" ]
}
},
"admin/system/reboot": {
"title": "Reboot",
"order": 90,
"action": {
"type": "view",
"path": "system/reboot"
},
"depends": {
"acl": [ "luci-mod-system-reboot" ]
}
}
}