Backend package (secubox-app-repo): - repoctl CLI for managing local package repository - repo-sync script to download packages from GitHub releases - uhttpd-based server on port 8888 - UCI configuration at /etc/config/repo - RPCD handler for LuCI integration - Auto-sync cron support (configurable interval) Frontend package (luci-app-repo): - Dashboard showing repository status and package counts - Sync button to trigger package downloads - Log viewer for sync operations - Usage instructions for opkg configuration Supported architectures: - x86_64, aarch64_cortex-a72, aarch64_generic - mips_24kc, mipsel_24kc Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
306 B
JSON
18 lines
306 B
JSON
{
|
|
"luci-app-repo": {
|
|
"description": "SecuBox Package Repository",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.repo": ["status", "config", "packages", "logs"]
|
|
},
|
|
"uci": ["repo"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.repo": ["sync"]
|
|
},
|
|
"uci": ["repo"]
|
|
}
|
|
}
|
|
}
|