fix(luci): Add web UI URL link to Lyrion dashboard
- Move Web Interface section to top for visibility - Always show Open Lyrion Web UI button with dynamic URL - Display URL text next to button Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
baa07a7521
commit
79775faa6e
@ -551,7 +551,13 @@
|
||||
"Bash([\"''\"'\"\"'\"''\"'\"\"'\"'']$/, \"\", val\\)\n\n if \\(section == \"tags\" && key == \"category\"\\) category = val\n if \\(section == \"tags\" && key == \"keywords\"\\) keywords = val\n if \\(section == \"tags\" && key == \"audience\"\\) audience = val\n if \\(section == \"description\" && key == \"short\"\\) desc = val\n if \\(section == \"dynamics\" && key == \"capabilities\"\\) caps = val\n if \\(section == \"media\" && key == \"icon\"\\) icon = val\n if \\(section == \"identity\" && key == \"version\"\\) version = val\n }\n END {\n printf \"%s)",
|
||||
"Bash(%s)",
|
||||
"Bash(/tmp/test_nfo.sh)",
|
||||
"Bash(SSH_AUTH_SOCK=\"\" ssh:*)"
|
||||
"Bash(SSH_AUTH_SOCK=\"\" ssh:*)",
|
||||
"Bash(SSH_AUTH_SOCK=\"\" scp:*)",
|
||||
"Bash(sshpass -p 'alpds_vv' ssh -o StrictHostKeyChecking=no root@192.168.255.1 'grep -r \"\"wall\"\" /srv/mitmproxy*/haproxy-routes.json /etc/config/haproxy 2>/dev/null | head -10; ls -la /srv/metablogizer/sites/ 2>/dev/null | grep -i wall')",
|
||||
"Bash(sshpass:*)",
|
||||
"WebFetch(domain:wall.maegia.tv)",
|
||||
"Bash(__NEW_LINE_bef5e2b953cd4786__ git add package/secubox/secubox-dpi-dual/files/usr/sbin/dpi-lan-collector package/secubox/secubox-dpi-dual/files/usr/sbin/dpi-dualctl package/secubox/luci-app-dpi-dual/root/usr/libexec/rpcd/luci.dpi-dual)",
|
||||
"Bash(__NEW_LINE_bef5e2b953cd4786__ git commit -m \"$\\(cat <<''EOF''\nfix\\(dpi\\): OpenWrt compatibility for LAN collector\n\n- Rewrite client/destination collection using awk instead of pipe/while\n \\(BusyBox shell subshell limitations with variable scope\\)\n- Use conntrack for flow counting per client\n- Use pgrep -f for process detection \\(truncated process names\\)\n- Compatible with nDPId instead of netifyd\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\nEOF\n\\)\")"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -141,6 +141,20 @@ return view.extend({
|
||||
])
|
||||
]),
|
||||
|
||||
E('div', { 'class': 'cbi-section' }, [
|
||||
E('h3', {}, _('Web Interface')),
|
||||
E('div', { 'style': 'margin-bottom:12px' }, [
|
||||
E('a', {
|
||||
'href': 'http://' + window.location.hostname + ':' + (s.port || 9000),
|
||||
'target': '_blank',
|
||||
'class': 'cbi-button cbi-button-action',
|
||||
'style': 'margin-right:8px'
|
||||
}, _('Open Lyrion Web UI')),
|
||||
E('span', { 'style': 'color:#888' },
|
||||
'http://' + window.location.hostname + ':' + (s.port || 9000))
|
||||
])
|
||||
]),
|
||||
|
||||
E('div', { 'class': 'cbi-section' }, [
|
||||
E('h3', {}, _('Service Info')),
|
||||
E('table', { 'class': 'table' }, [
|
||||
@ -162,16 +176,7 @@ return view.extend({
|
||||
(s.songs || 0) + ' songs, ' + (s.albums || 0) + ' albums, ' + (s.artists || 0) + ' artists')
|
||||
])
|
||||
])
|
||||
]),
|
||||
|
||||
s.running && s.web_accessible ? E('div', { 'class': 'cbi-section' }, [
|
||||
E('h3', {}, _('Web Interface')),
|
||||
E('a', {
|
||||
'href': s.web_url || ('http://192.168.255.1:' + (s.port || 9000)),
|
||||
'target': '_blank',
|
||||
'class': 'cbi-button cbi-button-action'
|
||||
}, _('Open Lyrion Web UI'))
|
||||
]) : ''
|
||||
])
|
||||
]);
|
||||
},
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ Architecture: all
|
||||
Installed-Size: 61440
|
||||
Description: Data Sovereignty Engine with multi-tier classification for ANSSI CSPN compliance
|
||||
Filename: luci-app-ai-gateway_1.0.0-r1_all.ipk
|
||||
Size: 10789
|
||||
Size: 10788
|
||||
|
||||
Package: luci-app-ai-insights
|
||||
Version: 1.0.0-r1
|
||||
@ -22,7 +22,7 @@ Description: Unified AI security insights dashboard for SecuBox.
|
||||
DNS Guard, Network Anomaly, CVE Triage, and LocalRecall.
|
||||
Provides security posture scoring and AI-powered analysis.
|
||||
Filename: luci-app-ai-insights_1.0.0-r1_all.ipk
|
||||
Size: 11638
|
||||
Size: 11635
|
||||
|
||||
Package: luci-app-auth-guardian
|
||||
Version: 0.4.0-r3
|
||||
@ -34,7 +34,7 @@ Architecture: all
|
||||
Installed-Size: 71680
|
||||
Description: Comprehensive authentication and session management with captive portal, OAuth2/OIDC integration, voucher system, and time-based access control
|
||||
Filename: luci-app-auth-guardian_0.4.0-r3_all.ipk
|
||||
Size: 12391
|
||||
Size: 12392
|
||||
|
||||
Package: luci-app-backup
|
||||
Version: 1.0.0-r1
|
||||
@ -46,7 +46,7 @@ Architecture: all
|
||||
Installed-Size: 30720
|
||||
Description: LuCI Backup Manager
|
||||
Filename: luci-app-backup_1.0.0-r1_all.ipk
|
||||
Size: 4532
|
||||
Size: 4538
|
||||
|
||||
Package: luci-app-bandwidth-manager
|
||||
Version: 0.5.0-r2
|
||||
@ -58,7 +58,7 @@ Architecture: all
|
||||
Installed-Size: 337920
|
||||
Description: Advanced bandwidth management with QoS rules, client quotas, and SQM integration
|
||||
Filename: luci-app-bandwidth-manager_0.5.0-r2_all.ipk
|
||||
Size: 61683
|
||||
Size: 61685
|
||||
|
||||
Package: luci-app-cdn-cache
|
||||
Version: 0.5.0-r3
|
||||
@ -70,7 +70,7 @@ Architecture: all
|
||||
Installed-Size: 122880
|
||||
Description: Dashboard for managing local CDN caching proxy on OpenWrt
|
||||
Filename: luci-app-cdn-cache_0.5.0-r3_all.ipk
|
||||
Size: 24256
|
||||
Size: 24255
|
||||
|
||||
Package: luci-app-client-guardian
|
||||
Version: 0.4.0-r7
|
||||
@ -105,7 +105,7 @@ Architecture: all
|
||||
Installed-Size: 51200
|
||||
Description: ANSSI CSPN compliance checking and security configuration advisor
|
||||
Filename: luci-app-config-advisor_1.0.0-r1_all.ipk
|
||||
Size: 8857
|
||||
Size: 8858
|
||||
|
||||
Package: luci-app-cookie-tracker
|
||||
Version: 1.0.0-r1
|
||||
@ -116,7 +116,7 @@ Architecture: all
|
||||
Installed-Size: 30720
|
||||
Description: LuCI Cookie Tracker Dashboard
|
||||
Filename: luci-app-cookie-tracker_1.0.0-r1_all.ipk
|
||||
Size: 5655
|
||||
Size: 5660
|
||||
|
||||
Package: luci-app-crowdsec-dashboard
|
||||
Version: 0.8.0-r1
|
||||
@ -140,7 +140,7 @@ Architecture: all
|
||||
Installed-Size: 30720
|
||||
Description: LuCI CVE Triage Dashboard
|
||||
Filename: luci-app-cve-triage_1.0.0-r1_all.ipk
|
||||
Size: 5941
|
||||
Size: 5944
|
||||
|
||||
Package: luci-app-cyberfeed
|
||||
Version: 0.1.1-r1
|
||||
@ -152,7 +152,7 @@ Architecture: all
|
||||
Installed-Size: 71680
|
||||
Description: Cyberpunk-themed RSS feed aggregator dashboard with social media support
|
||||
Filename: luci-app-cyberfeed_0.1.1-r1_all.ipk
|
||||
Size: 12882
|
||||
Size: 12883
|
||||
|
||||
Package: luci-app-device-intel
|
||||
Version: 1.0.0-r1
|
||||
@ -164,7 +164,7 @@ Architecture: all
|
||||
Installed-Size: 71680
|
||||
Description: LuCI SecuBox Device Intelligence
|
||||
Filename: luci-app-device-intel_1.0.0-r1_all.ipk
|
||||
Size: 12047
|
||||
Size: 12048
|
||||
|
||||
Package: luci-app-dnsguard
|
||||
Version: 1.1.0-r1
|
||||
@ -183,7 +183,7 @@ Description: SecuBox DNS Guard provides privacy-focused DNS management with AI-
|
||||
- Real-time alerts and blocklist management
|
||||
- Domain analysis with LocalAI integration
|
||||
Filename: luci-app-dnsguard_1.1.0-r1_all.ipk
|
||||
Size: 12449
|
||||
Size: 12444
|
||||
|
||||
Package: luci-app-dns-provider
|
||||
Version: 1.0.0-r1
|
||||
@ -195,7 +195,7 @@ Architecture: all
|
||||
Installed-Size: 40960
|
||||
Description: LuCI DNS Provider Manager
|
||||
Filename: luci-app-dns-provider_1.0.0-r1_all.ipk
|
||||
Size: 7167
|
||||
Size: 7169
|
||||
|
||||
Package: luci-app-domoticz
|
||||
Version: 1.0.0-r1
|
||||
@ -219,7 +219,7 @@ Architecture: all
|
||||
Installed-Size: 71680
|
||||
Description: LuCI SecuBox Service Exposure Manager
|
||||
Filename: luci-app-exposure_1.0.0-r3_all.ipk
|
||||
Size: 11695
|
||||
Size: 11698
|
||||
|
||||
Package: luci-app-gitea
|
||||
Version: 1.0.0-r2
|
||||
@ -231,7 +231,7 @@ Architecture: all
|
||||
Installed-Size: 92160
|
||||
Description: Modern dashboard for Gitea Platform management on OpenWrt
|
||||
Filename: luci-app-gitea_1.0.0-r2_all.ipk
|
||||
Size: 16621
|
||||
Size: 16624
|
||||
|
||||
Package: luci-app-glances
|
||||
Version: 1.0.0-r2
|
||||
@ -243,7 +243,7 @@ Architecture: all
|
||||
Installed-Size: 51200
|
||||
Description: Modern dashboard for Glances system monitoring with SecuBox theme
|
||||
Filename: luci-app-glances_1.0.0-r2_all.ipk
|
||||
Size: 7015
|
||||
Size: 7019
|
||||
|
||||
Package: luci-app-gotosocial
|
||||
Version: 0.1.0-r1
|
||||
@ -267,7 +267,7 @@ Architecture: all
|
||||
Installed-Size: 225280
|
||||
Description: Web interface for managing HAProxy load balancer with vhosts, SSL certificates, and backend routing
|
||||
Filename: luci-app-haproxy_1.0.0-r8_all.ipk
|
||||
Size: 35339
|
||||
Size: 35341
|
||||
|
||||
Package: luci-app-hexojs
|
||||
Version: 1.0.0-r3
|
||||
@ -279,7 +279,7 @@ Architecture: all
|
||||
Installed-Size: 194560
|
||||
Description: Modern dashboard for Hexo static site generator on OpenWrt
|
||||
Filename: luci-app-hexojs_1.0.0-r3_all.ipk
|
||||
Size: 30453
|
||||
Size: 30451
|
||||
|
||||
Package: luci-app-iot-guard
|
||||
Version: 1.0.0-r1
|
||||
@ -315,7 +315,7 @@ Architecture: all
|
||||
Installed-Size: 61440
|
||||
Description: LuCI Jabber/XMPP Server (Prosody)
|
||||
Filename: luci-app-jabber_0_all.ipk
|
||||
Size: 9311
|
||||
Size: 9308
|
||||
|
||||
Package: luci-app-jellyfin
|
||||
Version: 1.0.0-r1
|
||||
@ -339,7 +339,7 @@ Architecture: all
|
||||
Installed-Size: 30720
|
||||
Description: LuCI Jitsi Meet Configuration
|
||||
Filename: luci-app-jitsi_1.0.0-r1_all.ipk
|
||||
Size: 5173
|
||||
Size: 5176
|
||||
|
||||
Package: luci-app-ksm-manager
|
||||
Version: 0.4.0-r2
|
||||
@ -351,7 +351,7 @@ Architecture: all
|
||||
Installed-Size: 112640
|
||||
Description: Centralized cryptographic key management with hardware security module (HSM) support for Nitrokey and YubiKey devices. Provides secure key storage, certificate management, SSH key handling, and secret storage with audit logging.
|
||||
Filename: luci-app-ksm-manager_0.4.0-r2_all.ipk
|
||||
Size: 18780
|
||||
Size: 18779
|
||||
|
||||
Package: luci-app-localai
|
||||
Version: 0.1.0-r15
|
||||
@ -363,7 +363,7 @@ Architecture: all
|
||||
Installed-Size: 71680
|
||||
Description: Modern dashboard for LocalAI LLM management on OpenWrt
|
||||
Filename: luci-app-localai_0.1.0-r15_all.ipk
|
||||
Size: 13317
|
||||
Size: 13319
|
||||
|
||||
Package: luci-app-localrecall
|
||||
Version: 1.0.0-r1
|
||||
@ -375,7 +375,7 @@ Architecture: all
|
||||
Installed-Size: 40960
|
||||
Description: LuCI LocalRecall AI Memory Dashboard
|
||||
Filename: luci-app-localrecall_1.0.0-r1_all.ipk
|
||||
Size: 8413
|
||||
Size: 8420
|
||||
|
||||
Package: luci-app-lyrion
|
||||
Version: 1.0.0-r1
|
||||
@ -387,7 +387,7 @@ Architecture: all
|
||||
Installed-Size: 40960
|
||||
Description: LuCI support for Lyrion Music Server
|
||||
Filename: luci-app-lyrion_1.0.0-r1_all.ipk
|
||||
Size: 6837
|
||||
Size: 6841
|
||||
|
||||
Package: luci-app-mac-guardian
|
||||
Version: 0.5.0-r1
|
||||
@ -399,7 +399,7 @@ Architecture: all
|
||||
Installed-Size: 40960
|
||||
Description: LuCI MAC Guardian - WiFi MAC Security Monitor
|
||||
Filename: luci-app-mac-guardian_0.5.0-r1_all.ipk
|
||||
Size: 6667
|
||||
Size: 6669
|
||||
|
||||
Package: luci-app-magicmirror2
|
||||
Version: 0.4.0-r6
|
||||
@ -411,7 +411,7 @@ Architecture: all
|
||||
Installed-Size: 71680
|
||||
Description: Modern dashboard for MagicMirror2 smart display platform with module manager and SecuBox theme
|
||||
Filename: luci-app-magicmirror2_0.4.0-r6_all.ipk
|
||||
Size: 12358
|
||||
Size: 12360
|
||||
|
||||
Package: luci-app-mailinabox
|
||||
Version: 1.0.0-r1
|
||||
@ -423,7 +423,7 @@ Architecture: all
|
||||
Installed-Size: 30720
|
||||
Description: LuCI support for Mail-in-a-Box
|
||||
Filename: luci-app-mailinabox_1.0.0-r1_all.ipk
|
||||
Size: 5482
|
||||
Size: 5484
|
||||
|
||||
Package: luci-app-mailserver
|
||||
Version: 1.0.0-r1
|
||||
@ -435,7 +435,7 @@ Architecture: all
|
||||
Installed-Size: 40960
|
||||
Description: LuCI Mail Server Manager
|
||||
Filename: luci-app-mailserver_1.0.0-r1_all.ipk
|
||||
Size: 6510
|
||||
Size: 6507
|
||||
|
||||
Package: luci-app-master-link
|
||||
Version: 1.0.0-r1
|
||||
@ -447,7 +447,7 @@ Architecture: all
|
||||
Installed-Size: 30720
|
||||
Description: LuCI SecuBox Master-Link Mesh Management
|
||||
Filename: luci-app-master-link_1.0.0-r1_all.ipk
|
||||
Size: 6309
|
||||
Size: 6312
|
||||
|
||||
Package: luci-app-matrix
|
||||
Version: 1.0.0-r1
|
||||
@ -459,7 +459,7 @@ Architecture: all
|
||||
Installed-Size: 40960
|
||||
Description: LuCI Matrix Homeserver Dashboard
|
||||
Filename: luci-app-matrix_1.0.0-r1_all.ipk
|
||||
Size: 7518
|
||||
Size: 7522
|
||||
|
||||
Package: luci-app-media-flow
|
||||
Version: 0.6.4-r1
|
||||
@ -471,7 +471,7 @@ Architecture: all
|
||||
Installed-Size: 133120
|
||||
Description: Real-time detection and monitoring of streaming services (Netflix, YouTube, Spotify, etc.) with quality estimation, history tracking, and alerts. Supports nDPId local DPI and netifyd.
|
||||
Filename: luci-app-media-flow_0.6.4-r1_all.ipk
|
||||
Size: 25379
|
||||
Size: 25378
|
||||
|
||||
Package: luci-app-metablogizer
|
||||
Version: 1.1.0-r1
|
||||
@ -483,7 +483,7 @@ Architecture: all
|
||||
Installed-Size: 133120
|
||||
Description: LuCI support for MetaBlogizer Static Site Publisher
|
||||
Filename: luci-app-metablogizer_1.1.0-r1_all.ipk
|
||||
Size: 26203
|
||||
Size: 26204
|
||||
|
||||
Package: luci-app-metabolizer
|
||||
Version: 1.0.0-r2
|
||||
@ -495,7 +495,7 @@ Architecture: all
|
||||
Installed-Size: 30720
|
||||
Description: LuCI support for Metabolizer CMS
|
||||
Filename: luci-app-metabolizer_1.0.0-r2_all.ipk
|
||||
Size: 4822
|
||||
Size: 4821
|
||||
|
||||
Package: luci-app-mitmproxy
|
||||
Version: 0.5.0-r2
|
||||
@ -507,7 +507,7 @@ Architecture: all
|
||||
Installed-Size: 71680
|
||||
Description: Modern dashboard for mitmproxy HTTPS traffic inspection with SecuBox theme
|
||||
Filename: luci-app-mitmproxy_0.5.0-r2_all.ipk
|
||||
Size: 13234
|
||||
Size: 13229
|
||||
|
||||
Package: luci-app-mmpm
|
||||
Version: 0.2.0-r3
|
||||
@ -519,7 +519,7 @@ Architecture: all
|
||||
Installed-Size: 51200
|
||||
Description: Web interface for MMPM - MagicMirror Package Manager
|
||||
Filename: luci-app-mmpm_0.2.0-r3_all.ipk
|
||||
Size: 7968
|
||||
Size: 7966
|
||||
|
||||
Package: luci-app-mqtt-bridge
|
||||
Version: 0.4.0-r4
|
||||
@ -531,7 +531,7 @@ Architecture: all
|
||||
Installed-Size: 122880
|
||||
Description: USB-to-MQTT IoT hub with SecuBox theme
|
||||
Filename: luci-app-mqtt-bridge_0.4.0-r4_all.ipk
|
||||
Size: 22688
|
||||
Size: 22690
|
||||
|
||||
Package: luci-app-ndpid
|
||||
Version: 1.1.2-r2
|
||||
@ -543,7 +543,7 @@ Architecture: all
|
||||
Installed-Size: 122880
|
||||
Description: Modern dashboard for nDPId deep packet inspection on OpenWrt
|
||||
Filename: luci-app-ndpid_1.1.2-r2_all.ipk
|
||||
Size: 21701
|
||||
Size: 21700
|
||||
|
||||
Package: luci-app-netdata-dashboard
|
||||
Version: 0.5.0-r2
|
||||
@ -555,7 +555,7 @@ Architecture: all
|
||||
Installed-Size: 112640
|
||||
Description: Real-time system monitoring dashboard with Netdata integration for OpenWrt
|
||||
Filename: luci-app-netdata-dashboard_0.5.0-r2_all.ipk
|
||||
Size: 20559
|
||||
Size: 20555
|
||||
|
||||
Package: luci-app-network-anomaly
|
||||
Version: 1.0.0-r1
|
||||
@ -567,7 +567,7 @@ Architecture: all
|
||||
Installed-Size: 40960
|
||||
Description: LuCI Network Anomaly Detection Dashboard
|
||||
Filename: luci-app-network-anomaly_1.0.0-r1_all.ipk
|
||||
Size: 7641
|
||||
Size: 7643
|
||||
|
||||
Package: luci-app-network-modes
|
||||
Version: 0.5.0-r3
|
||||
@ -579,7 +579,7 @@ Architecture: all
|
||||
Installed-Size: 286720
|
||||
Description: Configure OpenWrt for different network modes: Sniffer, Access Point, Relay, Router
|
||||
Filename: luci-app-network-modes_0.5.0-r3_all.ipk
|
||||
Size: 54225
|
||||
Size: 54226
|
||||
|
||||
Package: luci-app-network-tweaks
|
||||
Version: 1.0.0-r7
|
||||
@ -591,7 +591,7 @@ Architecture: all
|
||||
Installed-Size: 81920
|
||||
Description: Unified network services dashboard with DNS/hosts sync, CDN cache control, and WPAD auto-proxy configuration
|
||||
Filename: luci-app-network-tweaks_1.0.0-r7_all.ipk
|
||||
Size: 15943
|
||||
Size: 15945
|
||||
|
||||
Package: luci-app-nextcloud
|
||||
Version: 1.0.0-r1
|
||||
@ -615,7 +615,7 @@ Architecture: all
|
||||
Installed-Size: 71680
|
||||
Description: Modern dashboard for Ollama LLM management on OpenWrt
|
||||
Filename: luci-app-ollama_0.1.0-r1_all.ipk
|
||||
Size: 14337
|
||||
Size: 14338
|
||||
|
||||
Package: luci-app-openclaw
|
||||
Version: 1.0.0-r1
|
||||
@ -627,7 +627,7 @@ Architecture: all
|
||||
Installed-Size: 40960
|
||||
Description: Web interface for OpenClaw personal AI with Claude/OpenAI/Ollama support
|
||||
Filename: luci-app-openclaw_1.0.0-r1_all.ipk
|
||||
Size: 8409
|
||||
Size: 8412
|
||||
|
||||
Package: luci-app-peertube
|
||||
Version: 0
|
||||
@ -639,7 +639,7 @@ Architecture: all
|
||||
Installed-Size: 30720
|
||||
Description: LuCI PeerTube Video Platform
|
||||
Filename: luci-app-peertube_0_all.ipk
|
||||
Size: 5755
|
||||
Size: 5759
|
||||
|
||||
Package: luci-app-picobrew
|
||||
Version: 1.0.0-r1
|
||||
@ -651,7 +651,7 @@ Architecture: all
|
||||
Installed-Size: 51200
|
||||
Description: Modern dashboard for PicoBrew Server management on OpenWrt
|
||||
Filename: luci-app-picobrew_1.0.0-r1_all.ipk
|
||||
Size: 9531
|
||||
Size: 9528
|
||||
|
||||
Package: luci-app-secubox
|
||||
Version: 0.7.1-r4
|
||||
@ -663,7 +663,7 @@ Architecture: all
|
||||
Installed-Size: 440320
|
||||
Description: Central control hub for all SecuBox modules. Provides unified dashboard, module status, system health monitoring, and quick actions.
|
||||
Filename: luci-app-secubox_0.7.1-r4_all.ipk
|
||||
Size: 82094
|
||||
Size: 82096
|
||||
|
||||
Package: luci-app-secubox-admin
|
||||
Version: 1.0.0-r19
|
||||
@ -674,7 +674,7 @@ Architecture: all
|
||||
Installed-Size: 337920
|
||||
Description: Unified admin control center for SecuBox appstore plugins with system monitoring
|
||||
Filename: luci-app-secubox-admin_1.0.0-r19_all.ipk
|
||||
Size: 58039
|
||||
Size: 58041
|
||||
|
||||
Package: luci-app-secubox-crowdsec
|
||||
Version: 1.0.0-r3
|
||||
@ -698,7 +698,7 @@ Architecture: all
|
||||
Installed-Size: 40960
|
||||
Description: LuCI MirrorNet Dashboard
|
||||
Filename: luci-app-secubox-mirror_0.1.0-r1_all.ipk
|
||||
Size: 5848
|
||||
Size: 5850
|
||||
|
||||
Package: luci-app-secubox-netdiag
|
||||
Version: 1.0.0-r1
|
||||
@ -710,7 +710,7 @@ Architecture: all
|
||||
Installed-Size: 81920
|
||||
Description: Real-time DSA switch port statistics, error monitoring, and network health diagnostics
|
||||
Filename: luci-app-secubox-netdiag_1.0.0-r1_all.ipk
|
||||
Size: 15342
|
||||
Size: 15340
|
||||
|
||||
Package: luci-app-secubox-netifyd
|
||||
Version: 1.2.1-r1
|
||||
@ -722,7 +722,7 @@ Architecture: all
|
||||
Installed-Size: 194560
|
||||
Description: Complete LuCI interface for netifyd DPI engine with real-time flow monitoring, application detection, network analytics, and flow action plugins
|
||||
Filename: luci-app-secubox-netifyd_1.2.1-r1_all.ipk
|
||||
Size: 36715
|
||||
Size: 36717
|
||||
|
||||
Package: luci-app-secubox-p2p
|
||||
Version: 0.1.0-r1
|
||||
@ -734,7 +734,7 @@ Architecture: all
|
||||
Installed-Size: 245760
|
||||
Description: LuCI SecuBox P2P Hub
|
||||
Filename: luci-app-secubox-p2p_0.1.0-r1_all.ipk
|
||||
Size: 46830
|
||||
Size: 46834
|
||||
|
||||
Package: luci-app-secubox-portal
|
||||
Version: 0.7.0-r3
|
||||
@ -769,7 +769,7 @@ Architecture: all
|
||||
Installed-Size: 30720
|
||||
Description: LuCI SecuBox User Management
|
||||
Filename: luci-app-secubox-users_1.0.0-r1_all.ipk
|
||||
Size: 5141
|
||||
Size: 5139
|
||||
|
||||
Package: luci-app-service-registry
|
||||
Version: 1.0.0-r1
|
||||
@ -781,7 +781,7 @@ Architecture: all
|
||||
Installed-Size: 194560
|
||||
Description: Unified service aggregation with HAProxy vhosts, Tor hidden services, and QR-coded landing page
|
||||
Filename: luci-app-service-registry_1.0.0-r1_all.ipk
|
||||
Size: 39953
|
||||
Size: 39952
|
||||
|
||||
Package: luci-app-simplex
|
||||
Version: 1.0.0-r1
|
||||
@ -793,7 +793,7 @@ Architecture: all
|
||||
Installed-Size: 40960
|
||||
Description: LuCI SimpleX Chat Server Configuration
|
||||
Filename: luci-app-simplex_1.0.0-r1_all.ipk
|
||||
Size: 7033
|
||||
Size: 7039
|
||||
|
||||
Package: luci-app-streamlit
|
||||
Version: 1.0.0-r11
|
||||
@ -805,7 +805,7 @@ Architecture: all
|
||||
Installed-Size: 112640
|
||||
Description: Multi-instance Streamlit management with Gitea integration
|
||||
Filename: luci-app-streamlit_1.0.0-r11_all.ipk
|
||||
Size: 20567
|
||||
Size: 20569
|
||||
|
||||
Package: luci-app-system-hub
|
||||
Version: 0.5.2-r2
|
||||
@ -817,7 +817,7 @@ Architecture: all
|
||||
Installed-Size: 327680
|
||||
Description: Central system control with monitoring, services, logs, and backup
|
||||
Filename: luci-app-system-hub_0.5.2-r2_all.ipk
|
||||
Size: 64290
|
||||
Size: 64292
|
||||
|
||||
Package: luci-app-threat-analyst
|
||||
Version: 1.0.0-r1
|
||||
@ -829,7 +829,7 @@ Architecture: all
|
||||
Installed-Size: 51200
|
||||
Description: LuCI Threat Analyst Dashboard
|
||||
Filename: luci-app-threat-analyst_1.0.0-r1_all.ipk
|
||||
Size: 10143
|
||||
Size: 10145
|
||||
|
||||
Package: luci-app-tor
|
||||
Version: 1.0.0-r1
|
||||
@ -841,7 +841,7 @@ Architecture: all
|
||||
Installed-Size: 92160
|
||||
Description: Modern dashboard for Tor anonymization on OpenWrt
|
||||
Filename: luci-app-tor_1.0.0-r1_all.ipk
|
||||
Size: 17816
|
||||
Size: 17817
|
||||
|
||||
Package: luci-app-tor-shield
|
||||
Version: 1.0.0-r10
|
||||
@ -853,7 +853,7 @@ Architecture: all
|
||||
Installed-Size: 122880
|
||||
Description: Modern dashboard for Tor anonymization on OpenWrt
|
||||
Filename: luci-app-tor-shield_1.0.0-r10_all.ipk
|
||||
Size: 22763
|
||||
Size: 22767
|
||||
|
||||
Package: luci-app-traffic-shaper
|
||||
Version: 0.4.0-r2
|
||||
@ -889,7 +889,7 @@ Architecture: all
|
||||
Installed-Size: 81920
|
||||
Description: LuCI VoIP PBX Management
|
||||
Filename: luci-app-voip_1.0.0-r1_all.ipk
|
||||
Size: 11048
|
||||
Size: 11041
|
||||
|
||||
Package: luci-app-vortex-dns
|
||||
Version: 1.0.0-r1
|
||||
@ -901,7 +901,7 @@ Architecture: all
|
||||
Installed-Size: 40960
|
||||
Description: LuCI Vortex DNS Dashboard
|
||||
Filename: luci-app-vortex-dns_1.0.0-r1_all.ipk
|
||||
Size: 6080
|
||||
Size: 6078
|
||||
|
||||
Package: luci-app-vortex-firewall
|
||||
Version: 1.0.0-r1
|
||||
@ -913,7 +913,7 @@ Architecture: all
|
||||
Installed-Size: 30720
|
||||
Description: LuCI Vortex DNS Firewall Dashboard
|
||||
Filename: luci-app-vortex-firewall_1.0.0-r1_all.ipk
|
||||
Size: 5453
|
||||
Size: 5455
|
||||
|
||||
Package: luci-app-wazuh
|
||||
Version: 1.0.0-r1
|
||||
@ -924,7 +924,7 @@ Architecture: all
|
||||
Installed-Size: 71680
|
||||
Description: Unified security monitoring dashboard for Wazuh SIEM/XDR integration
|
||||
Filename: luci-app-wazuh_1.0.0-r1_all.ipk
|
||||
Size: 11072
|
||||
Size: 11068
|
||||
|
||||
Package: luci-app-wireguard-dashboard
|
||||
Version: 0.7.0-r5
|
||||
@ -936,7 +936,7 @@ Architecture: all
|
||||
Installed-Size: 215040
|
||||
Description: Modern dashboard for WireGuard VPN monitoring on OpenWrt
|
||||
Filename: luci-app-wireguard-dashboard_0.7.0-r5_all.ipk
|
||||
Size: 42285
|
||||
Size: 42286
|
||||
|
||||
Package: luci-app-zigbee2mqtt
|
||||
Version: 1.0.0-r2
|
||||
@ -948,7 +948,7 @@ Architecture: all
|
||||
Installed-Size: 40960
|
||||
Description: Graphical interface for managing the Zigbee2MQTT LXC application.
|
||||
Filename: luci-app-zigbee2mqtt_1.0.0-r2_all.ipk
|
||||
Size: 6594
|
||||
Size: 6592
|
||||
|
||||
Package: luci-theme-secubox
|
||||
Version: 0.4.8-r1
|
||||
@ -985,7 +985,7 @@ Description: SecuBox AI Gateway implements the Data Classifier (Sovereignty Eng
|
||||
|
||||
All cloud providers are opt-in. Local tier always active.
|
||||
Filename: secubox-ai-gateway_1.0.0-r1_all.ipk
|
||||
Size: 13662
|
||||
Size: 13663
|
||||
|
||||
Package: secubox-app
|
||||
Version: 1.0.0-r2
|
||||
@ -996,7 +996,7 @@ Installed-Size: 92160
|
||||
Description: Command line helper for SecuBox App Store manifests. Installs /usr/sbin/secubox-app
|
||||
and ships the default manifests under /usr/share/secubox/plugins/.
|
||||
Filename: secubox-app_1.0.0-r2_all.ipk
|
||||
Size: 11186
|
||||
Size: 11181
|
||||
|
||||
Package: secubox-app-adguardhome
|
||||
Version: 1.0.0-r2
|
||||
@ -1010,7 +1010,7 @@ Description: Installer, configuration, and service manager for running AdGuard
|
||||
inside Docker on SecuBox-powered OpenWrt systems. Network-wide ad blocker
|
||||
with DNS-over-HTTPS/TLS support and detailed analytics.
|
||||
Filename: secubox-app-adguardhome_1.0.0-r2_all.ipk
|
||||
Size: 2882
|
||||
Size: 2880
|
||||
|
||||
Package: secubox-app-auth-logger
|
||||
Version: 1.2.2-r1
|
||||
@ -1053,7 +1053,7 @@ Description: Custom CrowdSec configurations for SecuBox web interface protectio
|
||||
- Insider WAF: LAN threat detection (C2, exfiltration, lateral movement)
|
||||
- Whitelist for trusted networks
|
||||
Filename: secubox-app-crowdsec-custom_1.1.0-r1_all.ipk
|
||||
Size: 6942
|
||||
Size: 6940
|
||||
|
||||
Package: secubox-app-cs-firewall-bouncer
|
||||
Version: 0.0.31-r4
|
||||
@ -1080,7 +1080,7 @@ Description: SecuBox CrowdSec Firewall Bouncer for OpenWrt.
|
||||
- Automatic restart on firewall reload
|
||||
- procd service management
|
||||
Filename: secubox-app-cs-firewall-bouncer_0.0.31-r4_aarch64_cortex-a72.ipk
|
||||
Size: 5049323
|
||||
Size: 5049321
|
||||
|
||||
Package: secubox-app-cyberfeed
|
||||
Version: 0.2.1-r1
|
||||
@ -1094,7 +1094,7 @@ Description: Cyberpunk-themed RSS feed aggregator for OpenWrt/SecuBox.
|
||||
Features emoji injection, neon styling, and RSS-Bridge support
|
||||
for social media feeds (Facebook, Twitter, Mastodon).
|
||||
Filename: secubox-app-cyberfeed_0.2.1-r1_all.ipk
|
||||
Size: 12449
|
||||
Size: 12451
|
||||
|
||||
Package: secubox-app-device-intel
|
||||
Version: 1.0.0-r1
|
||||
@ -1108,7 +1108,7 @@ Description: Unified device inventory aggregating mac-guardian, client-guardian
|
||||
P2P mesh, and exposure scanner data. Includes heuristic classification
|
||||
and pluggable emulator modules for MQTT, Zigbee, and USB devices.
|
||||
Filename: secubox-app-device-intel_1.0.0-r1_all.ipk
|
||||
Size: 13101
|
||||
Size: 13107
|
||||
|
||||
Package: secubox-app-dns-provider
|
||||
Version: 1.0.0-r1
|
||||
@ -1122,7 +1122,7 @@ Description: Programmatic DNS record management via provider APIs (OVH, Gandi
|
||||
Cloudflare). Provides the dnsctl CLI for record CRUD, zone sync
|
||||
DNS propagation verification, and ACME DNS-01 challenge support.
|
||||
Filename: secubox-app-dns-provider_1.0.0-r1_all.ipk
|
||||
Size: 8259
|
||||
Size: 8257
|
||||
|
||||
Package: secubox-app-domoticz
|
||||
Version: 1.0.0-r4
|
||||
@ -1135,7 +1135,7 @@ Installed-Size: 30720
|
||||
Description: Installer, configuration, and service manager for running Domoticz
|
||||
inside an LXC Alpine container on SecuBox-powered OpenWrt systems.
|
||||
Filename: secubox-app-domoticz_1.0.0-r4_all.ipk
|
||||
Size: 7508
|
||||
Size: 7512
|
||||
|
||||
Package: secubox-app-exposure
|
||||
Version: 1.0.0-r1
|
||||
@ -1150,7 +1150,7 @@ Description: Unified service exposure manager for SecuBox.
|
||||
- Dynamic Tor hidden service management
|
||||
- HAProxy SSL reverse proxy configuration
|
||||
Filename: secubox-app-exposure_1.0.0-r1_all.ipk
|
||||
Size: 9147
|
||||
Size: 9146
|
||||
|
||||
Package: secubox-app-gitea
|
||||
Version: 1.0.0-r5
|
||||
@ -1173,7 +1173,7 @@ Description: Gitea Git Platform - Self-hosted lightweight Git service
|
||||
Runs in LXC container with Alpine Linux.
|
||||
Configure in /etc/config/gitea.
|
||||
Filename: secubox-app-gitea_1.0.0-r5_all.ipk
|
||||
Size: 9435
|
||||
Size: 9441
|
||||
|
||||
Package: secubox-app-gk2hub
|
||||
Version: 0.1.0-r1
|
||||
@ -1187,7 +1187,7 @@ Description: Dynamic landing page generator for GK2 SecuBox services.
|
||||
Aggregates Streamlit apps, MetaBlogizer sites, and infrastructure
|
||||
services into a single service directory page.
|
||||
Filename: secubox-app-gk2hub_0.1.0-r1_all.ipk
|
||||
Size: 4061
|
||||
Size: 4057
|
||||
|
||||
Package: secubox-app-glances
|
||||
Version: 1.0.0-r1
|
||||
@ -1210,7 +1210,7 @@ Description: Glances - Cross-platform system monitoring tool for SecuBox.
|
||||
Runs in LXC container for isolation and security.
|
||||
Configure in /etc/config/glances.
|
||||
Filename: secubox-app-glances_1.0.0-r1_all.ipk
|
||||
Size: 6137
|
||||
Size: 6141
|
||||
|
||||
Package: secubox-app-guacamole
|
||||
Version: 1.0.0-r1
|
||||
@ -1224,7 +1224,7 @@ Description: Apache Guacamole clientless remote desktop gateway.
|
||||
Runs in an LXC Debian container with guacd and Tomcat.
|
||||
Supports SSH, VNC, and RDP connections via web browser.
|
||||
Filename: secubox-app-guacamole_1.0.0-r1_all.ipk
|
||||
Size: 6941
|
||||
Size: 6944
|
||||
|
||||
Package: secubox-app-haproxy
|
||||
Version: 1.0.0-r24
|
||||
@ -1244,7 +1244,7 @@ Description: HAProxy load balancer and reverse proxy running in an LXC containe
|
||||
- Stats dashboard
|
||||
- Rate limiting and ACLs
|
||||
Filename: secubox-app-haproxy_1.0.0-r24_all.ipk
|
||||
Size: 22005
|
||||
Size: 22007
|
||||
|
||||
Package: secubox-app-hexojs
|
||||
Version: 1.0.0-r8
|
||||
@ -1268,7 +1268,7 @@ Description: Hexo CMS - Self-hosted static blog generator for OpenWrt
|
||||
Runs in LXC container with Alpine Linux.
|
||||
Configure in /etc/config/hexojs.
|
||||
Filename: secubox-app-hexojs_1.0.0-r8_all.ipk
|
||||
Size: 100059
|
||||
Size: 100061
|
||||
|
||||
Package: secubox-app-ipblocklist
|
||||
Version: 1.0.0-r1
|
||||
@ -1335,7 +1335,7 @@ Description: Jitsi Meet - Secure, fully featured video conferencing for SecuBox
|
||||
Integrates with HAProxy for SSL termination.
|
||||
Configure in /etc/config/jitsi.
|
||||
Filename: secubox-app-jitsi_1.0.0-r1_all.ipk
|
||||
Size: 8920
|
||||
Size: 8921
|
||||
|
||||
Package: secubox-app-localai
|
||||
Version: 3.9.0-r1
|
||||
@ -1357,7 +1357,7 @@ Description: LocalAI native binary package for OpenWrt.
|
||||
|
||||
API: http://<router-ip>:8081/v1
|
||||
Filename: secubox-app-localai_3.9.0-r1_all.ipk
|
||||
Size: 5838
|
||||
Size: 5836
|
||||
|
||||
Package: secubox-app-localai-wb
|
||||
Version: 2.25.0-r1
|
||||
@ -1381,7 +1381,7 @@ Description: LocalAI native binary package for OpenWrt.
|
||||
|
||||
API: http://<router-ip>:8080/v1
|
||||
Filename: secubox-app-localai-wb_2.25.0-r1_all.ipk
|
||||
Size: 7949
|
||||
Size: 7950
|
||||
|
||||
Package: secubox-app-lyrion
|
||||
Version: 2.0.2-r1
|
||||
@ -1401,7 +1401,7 @@ Description: Lyrion Media Server (formerly Logitech Media Server / Squeezebox S
|
||||
Auto-detects available runtime, preferring LXC for lower resource usage.
|
||||
Configure runtime in /etc/config/lyrion.
|
||||
Filename: secubox-app-lyrion_2.0.2-r1_all.ipk
|
||||
Size: 8125
|
||||
Size: 8120
|
||||
|
||||
Package: secubox-app-mac-guardian
|
||||
Version: 0.5.0-r1
|
||||
@ -1416,7 +1416,7 @@ Description: WiFi MAC address security monitor for SecuBox.
|
||||
and spoofing. Integrates with CrowdSec and provides
|
||||
real-time hostapd hotplug detection.
|
||||
Filename: secubox-app-mac-guardian_0.5.0-r1_all.ipk
|
||||
Size: 12093
|
||||
Size: 12097
|
||||
|
||||
Package: secubox-app-magicmirror2
|
||||
Version: 0.4.0-r8
|
||||
@ -1438,7 +1438,7 @@ Description: MagicMirror² - Open source modular smart mirror platform for Secu
|
||||
Runs in LXC container for isolation and security.
|
||||
Configure in /etc/config/magicmirror2.
|
||||
Filename: secubox-app-magicmirror2_0.4.0-r8_all.ipk
|
||||
Size: 9250
|
||||
Size: 9244
|
||||
|
||||
Package: secubox-app-mailinabox
|
||||
Version: 2.0.0-r1
|
||||
@ -1463,7 +1463,7 @@ Description: Complete email server solution using docker-mailserver for SecuBox
|
||||
|
||||
Commands: mailinaboxctl --help
|
||||
Filename: secubox-app-mailinabox_2.0.0-r1_all.ipk
|
||||
Size: 7572
|
||||
Size: 7569
|
||||
|
||||
Package: secubox-app-mailserver
|
||||
Version: 2.0.0-r1
|
||||
@ -1476,7 +1476,7 @@ Installed-Size: 20480
|
||||
Description: Postfix + Dovecot mail server running in LXC container.
|
||||
Supports IMAP/SMTP with SSL/TLS.
|
||||
Filename: secubox-app-mailserver_2.0.0-r1_all.ipk
|
||||
Size: 5694
|
||||
Size: 5691
|
||||
|
||||
Package: secubox-app-matrix
|
||||
Version: 1.0.0-r1
|
||||
@ -1490,7 +1490,7 @@ Description: Matrix homeserver based on Conduit - a lightweight, high-performan
|
||||
Matrix server written in Rust. Runs in an LXC Debian container.
|
||||
Features E2EE messaging, federation, and mesh integration.
|
||||
Filename: secubox-app-matrix_1.0.0-r1_all.ipk
|
||||
Size: 10451
|
||||
Size: 10448
|
||||
|
||||
Package: secubox-app-metabolizer
|
||||
Version: 1.0.0-r3
|
||||
@ -1511,7 +1511,7 @@ Description: Metabolizer Blog Pipeline - Integrated CMS with Git-based workflow
|
||||
|
||||
Pipeline: Edit in Streamlit -> Push to Gitea -> Build with Hexo -> Publish
|
||||
Filename: secubox-app-metabolizer_1.0.0-r3_all.ipk
|
||||
Size: 13976
|
||||
Size: 13978
|
||||
|
||||
Package: secubox-app-mitmproxy
|
||||
Version: 0.5.0-r19
|
||||
@ -1559,7 +1559,7 @@ Description: MMPM (MagicMirror Package Manager) for SecuBox.
|
||||
|
||||
Runs inside the MagicMirror2 LXC container.
|
||||
Filename: secubox-app-mmpm_0.2.0-r5_all.ipk
|
||||
Size: 3976
|
||||
Size: 3971
|
||||
|
||||
Package: secubox-app-nextcloud
|
||||
Version: 1.0.0-r2
|
||||
@ -1573,7 +1573,7 @@ Description: Nextcloud file sync and collaboration platform running in a Debian
|
||||
LXC container with MariaDB, Redis, and Nginx. Features HAProxy SSL
|
||||
integration, automated backups, and KISS LuCI dashboard.
|
||||
Filename: secubox-app-nextcloud_1.0.0-r2_all.ipk
|
||||
Size: 9673
|
||||
Size: 9671
|
||||
|
||||
Package: secubox-app-ollama
|
||||
Version: 0.1.0-r1
|
||||
@ -1617,7 +1617,7 @@ Description: PicoBrew Server - Self-hosted brewing controller for PicoBrew devi
|
||||
Runs in LXC container with Python/Flask backend.
|
||||
Configure in /etc/config/picobrew.
|
||||
Filename: secubox-app-picobrew_1.0.0-r7_all.ipk
|
||||
Size: 5537
|
||||
Size: 5535
|
||||
|
||||
Package: secubox-app-rezapp
|
||||
Version: 1.0.0-r1
|
||||
@ -1629,7 +1629,7 @@ Description: RezApp Forge converts Docker images to LXC containers and generate
|
||||
SecuBox addon packages. Browse Docker Hub, GHCR, and LinuxServer.io
|
||||
catalogs, convert images to LXC, and publish to the SecuBox app store.
|
||||
Filename: secubox-app-rezapp_1.0.0-r1_all.ipk
|
||||
Size: 8625
|
||||
Size: 8630
|
||||
|
||||
Package: secubox-app-rustdesk
|
||||
Version: 1.0.0-r1
|
||||
@ -1642,7 +1642,7 @@ Installed-Size: 20480
|
||||
Description: Self-hosted RustDesk relay server for remote desktop access.
|
||||
Downloads and manages hbbs (ID server) and hbbr (relay server) binaries.
|
||||
Filename: secubox-app-rustdesk_1.0.0-r1_all.ipk
|
||||
Size: 4461
|
||||
Size: 4462
|
||||
|
||||
Package: secubox-app-simplex
|
||||
Version: 1.0.0-r1
|
||||
@ -1666,7 +1666,7 @@ Description: SimpleX Chat self-hosted messaging infrastructure for SecuBox.
|
||||
Privacy-first messaging relay that you control.
|
||||
Configure in /etc/config/simplex.
|
||||
Filename: secubox-app-simplex_1.0.0-r1_all.ipk
|
||||
Size: 9364
|
||||
Size: 9358
|
||||
|
||||
Package: secubox-app-smbfs
|
||||
Version: 1.0.0-r1
|
||||
@ -1680,7 +1680,7 @@ Description: SMB/CIFS remote directory mount manager for SecuBox. Manages share
|
||||
network mounts for media servers (Jellyfin, Lyrion), backups, and
|
||||
general-purpose remote storage over SMB/CIFS protocol.
|
||||
Filename: secubox-app-smbfs_1.0.0-r1_all.ipk
|
||||
Size: 5269
|
||||
Size: 5255
|
||||
|
||||
Package: secubox-app-streamlit
|
||||
Version: 1.0.0-r5
|
||||
@ -1707,11 +1707,11 @@ Description: Streamlit App Platform - Self-hosted Python data app platform
|
||||
|
||||
Configure in /etc/config/streamlit.
|
||||
Filename: secubox-app-streamlit_1.0.0-r5_all.ipk
|
||||
Size: 16512
|
||||
Size: 16510
|
||||
|
||||
Package: secubox-app-streamlit-forge
|
||||
Version: 1.0.0-r1
|
||||
Depends: python3, python3-pip, lxc, lxc-common, curl, wget-ssl, jsonfilter
|
||||
Depends: jsonfilter
|
||||
Section: secubox
|
||||
Architecture: all
|
||||
Installed-Size: 51200
|
||||
@ -1720,7 +1720,7 @@ Description: Streamlit Forge is a comprehensive platform for creating, managing
|
||||
management, preview generation, UCI configuration sync, and mesh
|
||||
appstore publishing.
|
||||
Filename: secubox-app-streamlit-forge_1.0.0-r1_all.ipk
|
||||
Size: 10814
|
||||
Size: 10916
|
||||
|
||||
Package: secubox-app-tor
|
||||
Version: 1.0.0-r1
|
||||
@ -1743,7 +1743,7 @@ Description: SecuBox Tor Shield - One-click Tor anonymization for OpenWrt
|
||||
|
||||
Configure in /etc/config/tor-shield.
|
||||
Filename: secubox-app-tor_1.0.0-r1_all.ipk
|
||||
Size: 7369
|
||||
Size: 7364
|
||||
|
||||
Package: secubox-app-voip
|
||||
Version: 1.0.0-r1
|
||||
@ -1757,7 +1757,7 @@ Description: VoIP PBX solution with Asterisk in LXC container.
|
||||
Features OVH SIP trunk integration, WebRTC support
|
||||
and Jabber/XMPP relay for SMS and voicemail notifications.
|
||||
Filename: secubox-app-voip_1.0.0-r1_all.ipk
|
||||
Size: 11951
|
||||
Size: 11952
|
||||
|
||||
Package: secubox-app-webapp
|
||||
Version: 1.5.0-r7
|
||||
@ -1775,7 +1775,7 @@ Description: SecuBox Control Center Dashboard - A web-based dashboard for monit
|
||||
- Service management
|
||||
- Network interface control
|
||||
Filename: secubox-app-webapp_1.5.0-r7_all.ipk
|
||||
Size: 39173
|
||||
Size: 39169
|
||||
|
||||
Package: secubox-app-zigbee2mqtt
|
||||
Version: 1.0.0-r3
|
||||
@ -1788,7 +1788,7 @@ Installed-Size: 20480
|
||||
Description: Installer, configuration, and service manager for running Zigbee2MQTT
|
||||
inside an Alpine LXC container on SecuBox-powered OpenWrt systems.
|
||||
Filename: secubox-app-zigbee2mqtt_1.0.0-r3_all.ipk
|
||||
Size: 5540
|
||||
Size: 5536
|
||||
|
||||
Package: secubox-config-advisor
|
||||
Version: 0.1.0-r1
|
||||
@ -1807,7 +1807,7 @@ Description: AI-powered configuration security advisor for SecuBox.
|
||||
- LocalAI integration for intelligent analysis
|
||||
- Automated remediation suggestions
|
||||
Filename: secubox-config-advisor_0.1.0-r1_all.ipk
|
||||
Size: 14842
|
||||
Size: 14846
|
||||
|
||||
Package: secubox-content-pkg
|
||||
Version: 1.0.0-r1
|
||||
@ -1820,7 +1820,7 @@ Installed-Size: 20480
|
||||
Description: Package Metablogizer sites and Streamlit apps as IPKs for P2P distribution.
|
||||
Auto-publishes content to the mesh feed for peer auto-sync.
|
||||
Filename: secubox-content-pkg_1.0.0-r1_all.ipk
|
||||
Size: 3907
|
||||
Size: 3906
|
||||
|
||||
Package: secubox-cookie-tracker
|
||||
Version: 1.0.0-r1
|
||||
@ -1843,7 +1843,7 @@ Description: Cookie Tracker for SecuBox InterceptoR.
|
||||
|
||||
Works with secubox-app-mitmproxy for transparent interception.
|
||||
Filename: secubox-cookie-tracker_1.0.0-r1_all.ipk
|
||||
Size: 10639
|
||||
Size: 10642
|
||||
|
||||
Package: secubox-core
|
||||
Version: 0.10.0-r16
|
||||
@ -1863,7 +1863,7 @@ Description: SecuBox Core Framework provides the foundational infrastructure fo
|
||||
- Unified CLI interface
|
||||
- ubus RPC backend
|
||||
Filename: secubox-core_0.10.0-r16_all.ipk
|
||||
Size: 127202
|
||||
Size: 127200
|
||||
|
||||
Package: secubox-cve-triage
|
||||
Version: 1.0.0-r1
|
||||
@ -1883,7 +1883,7 @@ Description: AI-powered CVE analysis and vulnerability management agent for Sec
|
||||
- Approval workflow for patch recommendations
|
||||
- LXC and Docker package monitoring
|
||||
Filename: secubox-cve-triage_1.0.0-r1_all.ipk
|
||||
Size: 11826
|
||||
Size: 11825
|
||||
|
||||
Package: secubox-dns-guard
|
||||
Version: 1.0.0-r1
|
||||
@ -1902,7 +1902,7 @@ Description: SecuBox DNS Guard provides AI-powered DNS anomaly detection using
|
||||
- Unusual TLD pattern detection
|
||||
- Automatic blocklist generation with approval workflow
|
||||
Filename: secubox-dns-guard_1.0.0-r1_all.ipk
|
||||
Size: 12480
|
||||
Size: 12481
|
||||
|
||||
Package: secubox-identity
|
||||
Version: 0.1.0-r1
|
||||
@ -1921,7 +1921,7 @@ Description: Decentralized identity management for SecuBox mesh nodes.
|
||||
- Peer identity verification
|
||||
- Trust scoring integration
|
||||
Filename: secubox-identity_0.1.0-r1_all.ipk
|
||||
Size: 8089
|
||||
Size: 8083
|
||||
|
||||
Package: secubox-iot-guard
|
||||
Version: 1.0.0-r1
|
||||
@ -1937,7 +1937,7 @@ Description: IoT device isolation, classification, and security monitoring.
|
||||
risk scoring. Orchestrates Client Guardian, MAC Guardian
|
||||
Vortex Firewall, and Bandwidth Manager for IoT protection.
|
||||
Filename: secubox-iot-guard_1.0.0-r1_all.ipk
|
||||
Size: 13370
|
||||
Size: 13366
|
||||
|
||||
Package: secubox-localrecall
|
||||
Version: 1.0.0-r1
|
||||
@ -1952,7 +1952,7 @@ Description: Persistent memory system for SecuBox AI agents.
|
||||
for context across sessions. LocalAI integration for
|
||||
semantic search and AI-powered summarization.
|
||||
Filename: secubox-localrecall_1.0.0-r1_all.ipk
|
||||
Size: 7798
|
||||
Size: 7793
|
||||
|
||||
Package: secubox-master-link
|
||||
Version: 1.0.0-r1
|
||||
@ -1974,7 +1974,7 @@ Description: Secure mesh onboarding for SecuBox nodes via master/peer link.
|
||||
|
||||
Configure in /etc/config/master-link.
|
||||
Filename: secubox-master-link_1.0.0-r1_all.ipk
|
||||
Size: 15036
|
||||
Size: 15037
|
||||
|
||||
Package: secubox-mcp-server
|
||||
Version: 1.0.0-r1
|
||||
@ -2002,7 +2002,7 @@ Description: Model Context Protocol (MCP) server for SecuBox.
|
||||
- ai.explain_ban (Explain CrowdSec decisions)
|
||||
- ai.security_posture (Security assessment)
|
||||
Filename: secubox-mcp-server_1.0.0-r1_all.ipk
|
||||
Size: 11427
|
||||
Size: 11416
|
||||
|
||||
Package: secubox-mirrornet
|
||||
Version: 0.1.0-r1
|
||||
@ -2020,7 +2020,7 @@ Description: MirrorNet core mesh orchestration for SecuBox.
|
||||
- Mesh health monitoring and anomaly detection
|
||||
- DID-based identity (did:plc compatible)
|
||||
Filename: secubox-mirrornet_0.1.0-r1_all.ipk
|
||||
Size: 15303
|
||||
Size: 15300
|
||||
|
||||
Package: secubox-network-anomaly
|
||||
Version: 1.0.0-r1
|
||||
@ -2035,7 +2035,7 @@ Description: AI-powered network anomaly detection for SecuBox.
|
||||
DNS anomalies, and protocol anomalies using statistical
|
||||
analysis and optional LocalAI integration.
|
||||
Filename: secubox-network-anomaly_1.0.0-r1_all.ipk
|
||||
Size: 6166
|
||||
Size: 6164
|
||||
|
||||
Package: secubox-p2p
|
||||
Version: 0.6.0-r3
|
||||
@ -2054,7 +2054,7 @@ Description: SecuBox P2P Hub backend providing peer discovery, mesh networking
|
||||
and MirrorBox NetMesh Catalog for cross-chain distributed service
|
||||
registry with HAProxy vhost discovery and multi-endpoint access URLs.
|
||||
Filename: secubox-p2p_0.6.0-r3_all.ipk
|
||||
Size: 47858
|
||||
Size: 47857
|
||||
|
||||
Package: secubox-p2p-intel
|
||||
Version: 0.1.0-r1
|
||||
@ -2073,7 +2073,7 @@ Description: Decentralized threat intelligence sharing for SecuBox mesh.
|
||||
- CrowdSec and mitmproxy integration
|
||||
- Automatic firewall rule application
|
||||
Filename: secubox-p2p-intel_0.1.0-r1_all.ipk
|
||||
Size: 9796
|
||||
Size: 9794
|
||||
|
||||
Package: secubox-threat-analyst
|
||||
Version: 1.0.0-r1
|
||||
@ -2111,7 +2111,7 @@ Description: Meshed multi-dynamic subdomain delegation system for SecuBox.
|
||||
- Gossip-based exposure config sync
|
||||
- Submastering for nested hierarchies
|
||||
Filename: secubox-vortex-dns_1.0.0-r1_all.ipk
|
||||
Size: 5441
|
||||
Size: 5438
|
||||
|
||||
Package: secubox-vortex-firewall
|
||||
Version: 1.0.0-r1
|
||||
|
||||
Binary file not shown.
@ -1,12 +1,12 @@
|
||||
{
|
||||
"feed_url": "/secubox-feed",
|
||||
"generated": "2026-03-11T08:34:40+01:00",
|
||||
"generated": "2026-03-15T12:39:51+01:00",
|
||||
"packages": [
|
||||
{
|
||||
"name": "luci-app-ai-gateway",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-ai-gateway_1.0.0-r1_all.ipk",
|
||||
"size": 10789,
|
||||
"size": 10788,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -18,7 +18,7 @@
|
||||
"name": "luci-app-ai-insights",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-ai-insights_1.0.0-r1_all.ipk",
|
||||
"size": 11638,
|
||||
"size": 11635,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -30,7 +30,7 @@
|
||||
"name": "luci-app-auth-guardian",
|
||||
"version": "0.4.0-r3",
|
||||
"filename": "luci-app-auth-guardian_0.4.0-r3_all.ipk",
|
||||
"size": 12391,
|
||||
"size": 12392,
|
||||
"category": "security",
|
||||
"icon": "key",
|
||||
"description": "Authentication management",
|
||||
@ -42,7 +42,7 @@
|
||||
"name": "luci-app-backup",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-backup_1.0.0-r1_all.ipk",
|
||||
"size": 4532,
|
||||
"size": 4538,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -54,7 +54,7 @@
|
||||
"name": "luci-app-bandwidth-manager",
|
||||
"version": "0.5.0-r2",
|
||||
"filename": "luci-app-bandwidth-manager_0.5.0-r2_all.ipk",
|
||||
"size": 61683,
|
||||
"size": 61685,
|
||||
"category": "network",
|
||||
"icon": "activity",
|
||||
"description": "Bandwidth monitoring and control",
|
||||
@ -66,7 +66,7 @@
|
||||
"name": "luci-app-cdn-cache",
|
||||
"version": "0.5.0-r3",
|
||||
"filename": "luci-app-cdn-cache_0.5.0-r3_all.ipk",
|
||||
"size": 24256,
|
||||
"size": 24255,
|
||||
"category": "network",
|
||||
"icon": "globe",
|
||||
"description": "CDN caching",
|
||||
@ -102,7 +102,7 @@
|
||||
"name": "luci-app-config-advisor",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-config-advisor_1.0.0-r1_all.ipk",
|
||||
"size": 8857,
|
||||
"size": 8858,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -114,7 +114,7 @@
|
||||
"name": "luci-app-cookie-tracker",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-cookie-tracker_1.0.0-r1_all.ipk",
|
||||
"size": 5655,
|
||||
"size": 5660,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -138,7 +138,7 @@
|
||||
"name": "luci-app-cve-triage",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-cve-triage_1.0.0-r1_all.ipk",
|
||||
"size": 5941,
|
||||
"size": 5944,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -150,7 +150,7 @@
|
||||
"name": "luci-app-cyberfeed",
|
||||
"version": "0.1.1-r1",
|
||||
"filename": "luci-app-cyberfeed_0.1.1-r1_all.ipk",
|
||||
"size": 12882,
|
||||
"size": 12883,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -162,7 +162,7 @@
|
||||
"name": "luci-app-device-intel",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-device-intel_1.0.0-r1_all.ipk",
|
||||
"size": 12047,
|
||||
"size": 12048,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -174,7 +174,7 @@
|
||||
"name": "luci-app-dnsguard",
|
||||
"version": "1.1.0-r1",
|
||||
"filename": "luci-app-dnsguard_1.1.0-r1_all.ipk",
|
||||
"size": 12449,
|
||||
"size": 12444,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -186,7 +186,7 @@
|
||||
"name": "luci-app-dns-provider",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-dns-provider_1.0.0-r1_all.ipk",
|
||||
"size": 7167,
|
||||
"size": 7169,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -210,7 +210,7 @@
|
||||
"name": "luci-app-exposure",
|
||||
"version": "1.0.0-r3",
|
||||
"filename": "luci-app-exposure_1.0.0-r3_all.ipk",
|
||||
"size": 11695,
|
||||
"size": 11698,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -222,7 +222,7 @@
|
||||
"name": "luci-app-gitea",
|
||||
"version": "1.0.0-r2",
|
||||
"filename": "luci-app-gitea_1.0.0-r2_all.ipk",
|
||||
"size": 16621,
|
||||
"size": 16624,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -234,7 +234,7 @@
|
||||
"name": "luci-app-glances",
|
||||
"version": "1.0.0-r2",
|
||||
"filename": "luci-app-glances_1.0.0-r2_all.ipk",
|
||||
"size": 7015,
|
||||
"size": 7019,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -258,7 +258,7 @@
|
||||
"name": "luci-app-haproxy",
|
||||
"version": "1.0.0-r8",
|
||||
"filename": "luci-app-haproxy_1.0.0-r8_all.ipk",
|
||||
"size": 35339,
|
||||
"size": 35341,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -270,7 +270,7 @@
|
||||
"name": "luci-app-hexojs",
|
||||
"version": "1.0.0-r3",
|
||||
"filename": "luci-app-hexojs_1.0.0-r3_all.ipk",
|
||||
"size": 30453,
|
||||
"size": 30451,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -306,7 +306,7 @@
|
||||
"name": "luci-app-jabber",
|
||||
"version": "0",
|
||||
"filename": "luci-app-jabber_0_all.ipk",
|
||||
"size": 9311,
|
||||
"size": 9308,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -330,7 +330,7 @@
|
||||
"name": "luci-app-jitsi",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-jitsi_1.0.0-r1_all.ipk",
|
||||
"size": 5173,
|
||||
"size": 5176,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -342,7 +342,7 @@
|
||||
"name": "luci-app-ksm-manager",
|
||||
"version": "0.4.0-r2",
|
||||
"filename": "luci-app-ksm-manager_0.4.0-r2_all.ipk",
|
||||
"size": 18780,
|
||||
"size": 18779,
|
||||
"category": "system",
|
||||
"icon": "cpu",
|
||||
"description": "Kernel memory management",
|
||||
@ -354,7 +354,7 @@
|
||||
"name": "luci-app-localai",
|
||||
"version": "0.1.0-r15",
|
||||
"filename": "luci-app-localai_0.1.0-r15_all.ipk",
|
||||
"size": 13317,
|
||||
"size": 13319,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -366,7 +366,7 @@
|
||||
"name": "luci-app-localrecall",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-localrecall_1.0.0-r1_all.ipk",
|
||||
"size": 8413,
|
||||
"size": 8420,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -378,7 +378,7 @@
|
||||
"name": "luci-app-lyrion",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-lyrion_1.0.0-r1_all.ipk",
|
||||
"size": 6837,
|
||||
"size": 6841,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -390,7 +390,7 @@
|
||||
"name": "luci-app-mac-guardian",
|
||||
"version": "0.5.0-r1",
|
||||
"filename": "luci-app-mac-guardian_0.5.0-r1_all.ipk",
|
||||
"size": 6667,
|
||||
"size": 6669,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -402,7 +402,7 @@
|
||||
"name": "luci-app-magicmirror2",
|
||||
"version": "0.4.0-r6",
|
||||
"filename": "luci-app-magicmirror2_0.4.0-r6_all.ipk",
|
||||
"size": 12358,
|
||||
"size": 12360,
|
||||
"category": "iot",
|
||||
"icon": "monitor",
|
||||
"description": "Smart mirror display",
|
||||
@ -414,7 +414,7 @@
|
||||
"name": "luci-app-mailinabox",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-mailinabox_1.0.0-r1_all.ipk",
|
||||
"size": 5482,
|
||||
"size": 5484,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -426,7 +426,7 @@
|
||||
"name": "luci-app-mailserver",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-mailserver_1.0.0-r1_all.ipk",
|
||||
"size": 6510,
|
||||
"size": 6507,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -438,7 +438,7 @@
|
||||
"name": "luci-app-master-link",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-master-link_1.0.0-r1_all.ipk",
|
||||
"size": 6309,
|
||||
"size": 6312,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -450,7 +450,7 @@
|
||||
"name": "luci-app-matrix",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-matrix_1.0.0-r1_all.ipk",
|
||||
"size": 7518,
|
||||
"size": 7522,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -462,7 +462,7 @@
|
||||
"name": "luci-app-media-flow",
|
||||
"version": "0.6.4-r1",
|
||||
"filename": "luci-app-media-flow_0.6.4-r1_all.ipk",
|
||||
"size": 25379,
|
||||
"size": 25378,
|
||||
"category": "media",
|
||||
"icon": "film",
|
||||
"description": "Media streaming",
|
||||
@ -474,7 +474,7 @@
|
||||
"name": "luci-app-metablogizer",
|
||||
"version": "1.1.0-r1",
|
||||
"filename": "luci-app-metablogizer_1.1.0-r1_all.ipk",
|
||||
"size": 26203,
|
||||
"size": 26204,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -486,7 +486,7 @@
|
||||
"name": "luci-app-metabolizer",
|
||||
"version": "1.0.0-r2",
|
||||
"filename": "luci-app-metabolizer_1.0.0-r2_all.ipk",
|
||||
"size": 4822,
|
||||
"size": 4821,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -498,7 +498,7 @@
|
||||
"name": "luci-app-mitmproxy",
|
||||
"version": "0.5.0-r2",
|
||||
"filename": "luci-app-mitmproxy_0.5.0-r2_all.ipk",
|
||||
"size": 13234,
|
||||
"size": 13229,
|
||||
"category": "security",
|
||||
"icon": "lock",
|
||||
"description": "HTTPS proxy and traffic inspection",
|
||||
@ -510,7 +510,7 @@
|
||||
"name": "luci-app-mmpm",
|
||||
"version": "0.2.0-r3",
|
||||
"filename": "luci-app-mmpm_0.2.0-r3_all.ipk",
|
||||
"size": 7968,
|
||||
"size": 7966,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -522,7 +522,7 @@
|
||||
"name": "luci-app-mqtt-bridge",
|
||||
"version": "0.4.0-r4",
|
||||
"filename": "luci-app-mqtt-bridge_0.4.0-r4_all.ipk",
|
||||
"size": 22688,
|
||||
"size": 22690,
|
||||
"category": "iot",
|
||||
"icon": "message-square",
|
||||
"description": "MQTT bridge",
|
||||
@ -534,7 +534,7 @@
|
||||
"name": "luci-app-ndpid",
|
||||
"version": "1.1.2-r2",
|
||||
"filename": "luci-app-ndpid_1.1.2-r2_all.ipk",
|
||||
"size": 21701,
|
||||
"size": 21700,
|
||||
"category": "security",
|
||||
"icon": "eye",
|
||||
"description": "Deep packet inspection",
|
||||
@ -546,7 +546,7 @@
|
||||
"name": "luci-app-netdata-dashboard",
|
||||
"version": "0.5.0-r2",
|
||||
"filename": "luci-app-netdata-dashboard_0.5.0-r2_all.ipk",
|
||||
"size": 20559,
|
||||
"size": 20555,
|
||||
"category": "monitoring",
|
||||
"icon": "bar-chart-2",
|
||||
"description": "System monitoring dashboard",
|
||||
@ -558,7 +558,7 @@
|
||||
"name": "luci-app-network-anomaly",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-network-anomaly_1.0.0-r1_all.ipk",
|
||||
"size": 7641,
|
||||
"size": 7643,
|
||||
"category": "network",
|
||||
"icon": "wifi",
|
||||
"description": "Network configuration",
|
||||
@ -570,7 +570,7 @@
|
||||
"name": "luci-app-network-modes",
|
||||
"version": "0.5.0-r3",
|
||||
"filename": "luci-app-network-modes_0.5.0-r3_all.ipk",
|
||||
"size": 54225,
|
||||
"size": 54226,
|
||||
"category": "network",
|
||||
"icon": "wifi",
|
||||
"description": "Network configuration",
|
||||
@ -582,7 +582,7 @@
|
||||
"name": "luci-app-network-tweaks",
|
||||
"version": "1.0.0-r7",
|
||||
"filename": "luci-app-network-tweaks_1.0.0-r7_all.ipk",
|
||||
"size": 15943,
|
||||
"size": 15945,
|
||||
"category": "network",
|
||||
"icon": "wifi",
|
||||
"description": "Network configuration",
|
||||
@ -606,7 +606,7 @@
|
||||
"name": "luci-app-ollama",
|
||||
"version": "0.1.0-r1",
|
||||
"filename": "luci-app-ollama_0.1.0-r1_all.ipk",
|
||||
"size": 14337,
|
||||
"size": 14338,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -618,7 +618,7 @@
|
||||
"name": "luci-app-openclaw",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-openclaw_1.0.0-r1_all.ipk",
|
||||
"size": 8409,
|
||||
"size": 8412,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -630,7 +630,7 @@
|
||||
"name": "luci-app-peertube",
|
||||
"version": "0",
|
||||
"filename": "luci-app-peertube_0_all.ipk",
|
||||
"size": 5755,
|
||||
"size": 5759,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -642,7 +642,7 @@
|
||||
"name": "luci-app-picobrew",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-picobrew_1.0.0-r1_all.ipk",
|
||||
"size": 9531,
|
||||
"size": 9528,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -654,7 +654,7 @@
|
||||
"name": "luci-app-secubox",
|
||||
"version": "0.7.1-r4",
|
||||
"filename": "luci-app-secubox_0.7.1-r4_all.ipk",
|
||||
"size": 82094,
|
||||
"size": 82096,
|
||||
"category": "system",
|
||||
"icon": "box",
|
||||
"description": "SecuBox system component",
|
||||
@ -666,7 +666,7 @@
|
||||
"name": "luci-app-secubox-admin",
|
||||
"version": "1.0.0-r19",
|
||||
"filename": "luci-app-secubox-admin_1.0.0-r19_all.ipk",
|
||||
"size": 58039,
|
||||
"size": 58041,
|
||||
"category": "system",
|
||||
"icon": "box",
|
||||
"description": "SecuBox system component",
|
||||
@ -690,7 +690,7 @@
|
||||
"name": "luci-app-secubox-mirror",
|
||||
"version": "0.1.0-r1",
|
||||
"filename": "luci-app-secubox-mirror_0.1.0-r1_all.ipk",
|
||||
"size": 5848,
|
||||
"size": 5850,
|
||||
"category": "system",
|
||||
"icon": "box",
|
||||
"description": "SecuBox system component",
|
||||
@ -702,7 +702,7 @@
|
||||
"name": "luci-app-secubox-netdiag",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-secubox-netdiag_1.0.0-r1_all.ipk",
|
||||
"size": 15342,
|
||||
"size": 15340,
|
||||
"category": "system",
|
||||
"icon": "box",
|
||||
"description": "SecuBox system component",
|
||||
@ -714,7 +714,7 @@
|
||||
"name": "luci-app-secubox-netifyd",
|
||||
"version": "1.2.1-r1",
|
||||
"filename": "luci-app-secubox-netifyd_1.2.1-r1_all.ipk",
|
||||
"size": 36715,
|
||||
"size": 36717,
|
||||
"category": "system",
|
||||
"icon": "box",
|
||||
"description": "SecuBox system component",
|
||||
@ -726,7 +726,7 @@
|
||||
"name": "luci-app-secubox-p2p",
|
||||
"version": "0.1.0-r1",
|
||||
"filename": "luci-app-secubox-p2p_0.1.0-r1_all.ipk",
|
||||
"size": 46830,
|
||||
"size": 46834,
|
||||
"category": "system",
|
||||
"icon": "box",
|
||||
"description": "SecuBox system component",
|
||||
@ -762,7 +762,7 @@
|
||||
"name": "luci-app-secubox-users",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-secubox-users_1.0.0-r1_all.ipk",
|
||||
"size": 5141,
|
||||
"size": 5139,
|
||||
"category": "system",
|
||||
"icon": "box",
|
||||
"description": "SecuBox system component",
|
||||
@ -774,7 +774,7 @@
|
||||
"name": "luci-app-service-registry",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-service-registry_1.0.0-r1_all.ipk",
|
||||
"size": 39953,
|
||||
"size": 39952,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -786,7 +786,7 @@
|
||||
"name": "luci-app-simplex",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-simplex_1.0.0-r1_all.ipk",
|
||||
"size": 7033,
|
||||
"size": 7039,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -798,7 +798,7 @@
|
||||
"name": "luci-app-streamlit",
|
||||
"version": "1.0.0-r11",
|
||||
"filename": "luci-app-streamlit_1.0.0-r11_all.ipk",
|
||||
"size": 20567,
|
||||
"size": 20569,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -810,7 +810,7 @@
|
||||
"name": "luci-app-system-hub",
|
||||
"version": "0.5.2-r2",
|
||||
"filename": "luci-app-system-hub_0.5.2-r2_all.ipk",
|
||||
"size": 64290,
|
||||
"size": 64292,
|
||||
"category": "system",
|
||||
"icon": "settings",
|
||||
"description": "System management",
|
||||
@ -822,7 +822,7 @@
|
||||
"name": "luci-app-threat-analyst",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-threat-analyst_1.0.0-r1_all.ipk",
|
||||
"size": 10143,
|
||||
"size": 10145,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -834,7 +834,7 @@
|
||||
"name": "luci-app-tor",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-tor_1.0.0-r1_all.ipk",
|
||||
"size": 17816,
|
||||
"size": 17817,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -846,7 +846,7 @@
|
||||
"name": "luci-app-tor-shield",
|
||||
"version": "1.0.0-r10",
|
||||
"filename": "luci-app-tor-shield_1.0.0-r10_all.ipk",
|
||||
"size": 22763,
|
||||
"size": 22767,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -882,7 +882,7 @@
|
||||
"name": "luci-app-voip",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-voip_1.0.0-r1_all.ipk",
|
||||
"size": 11048,
|
||||
"size": 11041,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -894,7 +894,7 @@
|
||||
"name": "luci-app-vortex-dns",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-vortex-dns_1.0.0-r1_all.ipk",
|
||||
"size": 6080,
|
||||
"size": 6078,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -906,7 +906,7 @@
|
||||
"name": "luci-app-vortex-firewall",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-vortex-firewall_1.0.0-r1_all.ipk",
|
||||
"size": 5453,
|
||||
"size": 5455,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -918,7 +918,7 @@
|
||||
"name": "luci-app-wazuh",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "luci-app-wazuh_1.0.0-r1_all.ipk",
|
||||
"size": 11072,
|
||||
"size": 11068,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -930,7 +930,7 @@
|
||||
"name": "luci-app-wireguard-dashboard",
|
||||
"version": "0.7.0-r5",
|
||||
"filename": "luci-app-wireguard-dashboard_0.7.0-r5_all.ipk",
|
||||
"size": 42285,
|
||||
"size": 42286,
|
||||
"category": "vpn",
|
||||
"icon": "shield",
|
||||
"description": "WireGuard VPN dashboard",
|
||||
@ -942,7 +942,7 @@
|
||||
"name": "luci-app-zigbee2mqtt",
|
||||
"version": "1.0.0-r2",
|
||||
"filename": "luci-app-zigbee2mqtt_1.0.0-r2_all.ipk",
|
||||
"size": 6594,
|
||||
"size": 6592,
|
||||
"category": "iot",
|
||||
"icon": "radio",
|
||||
"description": "Zigbee device management",
|
||||
@ -966,7 +966,7 @@
|
||||
"name": "secubox-ai-gateway",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-ai-gateway_1.0.0-r1_all.ipk",
|
||||
"size": 13662,
|
||||
"size": 13663,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -978,7 +978,7 @@
|
||||
"name": "secubox-app",
|
||||
"version": "1.0.0-r2",
|
||||
"filename": "secubox-app_1.0.0-r2_all.ipk",
|
||||
"size": 11186,
|
||||
"size": 11181,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -990,7 +990,7 @@
|
||||
"name": "secubox-app-adguardhome",
|
||||
"version": "1.0.0-r2",
|
||||
"filename": "secubox-app-adguardhome_1.0.0-r2_all.ipk",
|
||||
"size": 2882,
|
||||
"size": 2880,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1014,7 +1014,7 @@
|
||||
"name": "secubox-app-crowdsec-custom",
|
||||
"version": "1.1.0-r1",
|
||||
"filename": "secubox-app-crowdsec-custom_1.1.0-r1_all.ipk",
|
||||
"size": 6942,
|
||||
"size": 6940,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1026,7 +1026,7 @@
|
||||
"name": "secubox-app-cs-firewall-bouncer",
|
||||
"version": "0.0.31-r4_aarch64",
|
||||
"filename": "secubox-app-cs-firewall-bouncer_0.0.31-r4_aarch64_cortex-a72.ipk",
|
||||
"size": 5049323,
|
||||
"size": 5049321,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1038,7 +1038,7 @@
|
||||
"name": "secubox-app-cyberfeed",
|
||||
"version": "0.2.1-r1",
|
||||
"filename": "secubox-app-cyberfeed_0.2.1-r1_all.ipk",
|
||||
"size": 12449,
|
||||
"size": 12451,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1050,7 +1050,7 @@
|
||||
"name": "secubox-app-device-intel",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-app-device-intel_1.0.0-r1_all.ipk",
|
||||
"size": 13101,
|
||||
"size": 13107,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1062,7 +1062,7 @@
|
||||
"name": "secubox-app-dns-provider",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-app-dns-provider_1.0.0-r1_all.ipk",
|
||||
"size": 8259,
|
||||
"size": 8257,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1074,7 +1074,7 @@
|
||||
"name": "secubox-app-domoticz",
|
||||
"version": "1.0.0-r4",
|
||||
"filename": "secubox-app-domoticz_1.0.0-r4_all.ipk",
|
||||
"size": 7508,
|
||||
"size": 7512,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1086,7 +1086,7 @@
|
||||
"name": "secubox-app-exposure",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-app-exposure_1.0.0-r1_all.ipk",
|
||||
"size": 9147,
|
||||
"size": 9146,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1098,7 +1098,7 @@
|
||||
"name": "secubox-app-gitea",
|
||||
"version": "1.0.0-r5",
|
||||
"filename": "secubox-app-gitea_1.0.0-r5_all.ipk",
|
||||
"size": 9435,
|
||||
"size": 9441,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1110,7 +1110,7 @@
|
||||
"name": "secubox-app-gk2hub",
|
||||
"version": "0.1.0-r1",
|
||||
"filename": "secubox-app-gk2hub_0.1.0-r1_all.ipk",
|
||||
"size": 4061,
|
||||
"size": 4057,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1122,7 +1122,7 @@
|
||||
"name": "secubox-app-glances",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-app-glances_1.0.0-r1_all.ipk",
|
||||
"size": 6137,
|
||||
"size": 6141,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1134,7 +1134,7 @@
|
||||
"name": "secubox-app-guacamole",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-app-guacamole_1.0.0-r1_all.ipk",
|
||||
"size": 6941,
|
||||
"size": 6944,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1146,7 +1146,7 @@
|
||||
"name": "secubox-app-haproxy",
|
||||
"version": "1.0.0-r24",
|
||||
"filename": "secubox-app-haproxy_1.0.0-r24_all.ipk",
|
||||
"size": 22005,
|
||||
"size": 22007,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1158,7 +1158,7 @@
|
||||
"name": "secubox-app-hexojs",
|
||||
"version": "1.0.0-r8",
|
||||
"filename": "secubox-app-hexojs_1.0.0-r8_all.ipk",
|
||||
"size": 100059,
|
||||
"size": 100061,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1206,7 +1206,7 @@
|
||||
"name": "secubox-app-jitsi",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-app-jitsi_1.0.0-r1_all.ipk",
|
||||
"size": 8920,
|
||||
"size": 8921,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1218,7 +1218,7 @@
|
||||
"name": "secubox-app-localai",
|
||||
"version": "3.9.0-r1",
|
||||
"filename": "secubox-app-localai_3.9.0-r1_all.ipk",
|
||||
"size": 5838,
|
||||
"size": 5836,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1230,7 +1230,7 @@
|
||||
"name": "secubox-app-localai-wb",
|
||||
"version": "2.25.0-r1",
|
||||
"filename": "secubox-app-localai-wb_2.25.0-r1_all.ipk",
|
||||
"size": 7949,
|
||||
"size": 7950,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1242,7 +1242,7 @@
|
||||
"name": "secubox-app-lyrion",
|
||||
"version": "2.0.2-r1",
|
||||
"filename": "secubox-app-lyrion_2.0.2-r1_all.ipk",
|
||||
"size": 8125,
|
||||
"size": 8120,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1254,7 +1254,7 @@
|
||||
"name": "secubox-app-mac-guardian",
|
||||
"version": "0.5.0-r1",
|
||||
"filename": "secubox-app-mac-guardian_0.5.0-r1_all.ipk",
|
||||
"size": 12093,
|
||||
"size": 12097,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1266,7 +1266,7 @@
|
||||
"name": "secubox-app-magicmirror2",
|
||||
"version": "0.4.0-r8",
|
||||
"filename": "secubox-app-magicmirror2_0.4.0-r8_all.ipk",
|
||||
"size": 9250,
|
||||
"size": 9244,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1278,7 +1278,7 @@
|
||||
"name": "secubox-app-mailinabox",
|
||||
"version": "2.0.0-r1",
|
||||
"filename": "secubox-app-mailinabox_2.0.0-r1_all.ipk",
|
||||
"size": 7572,
|
||||
"size": 7569,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1290,7 +1290,7 @@
|
||||
"name": "secubox-app-mailserver",
|
||||
"version": "2.0.0-r1",
|
||||
"filename": "secubox-app-mailserver_2.0.0-r1_all.ipk",
|
||||
"size": 5694,
|
||||
"size": 5691,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1302,7 +1302,7 @@
|
||||
"name": "secubox-app-matrix",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-app-matrix_1.0.0-r1_all.ipk",
|
||||
"size": 10451,
|
||||
"size": 10448,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1314,7 +1314,7 @@
|
||||
"name": "secubox-app-metabolizer",
|
||||
"version": "1.0.0-r3",
|
||||
"filename": "secubox-app-metabolizer_1.0.0-r3_all.ipk",
|
||||
"size": 13976,
|
||||
"size": 13978,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1338,7 +1338,7 @@
|
||||
"name": "secubox-app-mmpm",
|
||||
"version": "0.2.0-r5",
|
||||
"filename": "secubox-app-mmpm_0.2.0-r5_all.ipk",
|
||||
"size": 3976,
|
||||
"size": 3971,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1350,7 +1350,7 @@
|
||||
"name": "secubox-app-nextcloud",
|
||||
"version": "1.0.0-r2",
|
||||
"filename": "secubox-app-nextcloud_1.0.0-r2_all.ipk",
|
||||
"size": 9673,
|
||||
"size": 9671,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1374,7 +1374,7 @@
|
||||
"name": "secubox-app-picobrew",
|
||||
"version": "1.0.0-r7",
|
||||
"filename": "secubox-app-picobrew_1.0.0-r7_all.ipk",
|
||||
"size": 5537,
|
||||
"size": 5535,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1386,7 +1386,7 @@
|
||||
"name": "secubox-app-rezapp",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-app-rezapp_1.0.0-r1_all.ipk",
|
||||
"size": 8625,
|
||||
"size": 8630,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1398,7 +1398,7 @@
|
||||
"name": "secubox-app-rustdesk",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-app-rustdesk_1.0.0-r1_all.ipk",
|
||||
"size": 4461,
|
||||
"size": 4462,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1410,7 +1410,7 @@
|
||||
"name": "secubox-app-simplex",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-app-simplex_1.0.0-r1_all.ipk",
|
||||
"size": 9364,
|
||||
"size": 9358,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1422,7 +1422,7 @@
|
||||
"name": "secubox-app-smbfs",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-app-smbfs_1.0.0-r1_all.ipk",
|
||||
"size": 5269,
|
||||
"size": 5255,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1434,7 +1434,7 @@
|
||||
"name": "secubox-app-streamlit",
|
||||
"version": "1.0.0-r5",
|
||||
"filename": "secubox-app-streamlit_1.0.0-r5_all.ipk",
|
||||
"size": 16512,
|
||||
"size": 16510,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1446,7 +1446,7 @@
|
||||
"name": "secubox-app-streamlit-forge",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-app-streamlit-forge_1.0.0-r1_all.ipk",
|
||||
"size": 10814,
|
||||
"size": 10916,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1458,7 +1458,7 @@
|
||||
"name": "secubox-app-tor",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-app-tor_1.0.0-r1_all.ipk",
|
||||
"size": 7369,
|
||||
"size": 7364,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1470,7 +1470,7 @@
|
||||
"name": "secubox-app-voip",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-app-voip_1.0.0-r1_all.ipk",
|
||||
"size": 11951,
|
||||
"size": 11952,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1482,7 +1482,7 @@
|
||||
"name": "secubox-app-webapp",
|
||||
"version": "1.5.0-r7",
|
||||
"filename": "secubox-app-webapp_1.5.0-r7_all.ipk",
|
||||
"size": 39173,
|
||||
"size": 39169,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1494,7 +1494,7 @@
|
||||
"name": "secubox-app-zigbee2mqtt",
|
||||
"version": "1.0.0-r3",
|
||||
"filename": "secubox-app-zigbee2mqtt_1.0.0-r3_all.ipk",
|
||||
"size": 5540,
|
||||
"size": 5536,
|
||||
"category": "secubox",
|
||||
"icon": "package",
|
||||
"description": "SecuBox backend service",
|
||||
@ -1506,7 +1506,7 @@
|
||||
"name": "secubox-config-advisor",
|
||||
"version": "0.1.0-r1",
|
||||
"filename": "secubox-config-advisor_0.1.0-r1_all.ipk",
|
||||
"size": 14842,
|
||||
"size": 14846,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -1518,7 +1518,7 @@
|
||||
"name": "secubox-content-pkg",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-content-pkg_1.0.0-r1_all.ipk",
|
||||
"size": 3907,
|
||||
"size": 3906,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -1530,7 +1530,7 @@
|
||||
"name": "secubox-cookie-tracker",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-cookie-tracker_1.0.0-r1_all.ipk",
|
||||
"size": 10639,
|
||||
"size": 10642,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -1542,7 +1542,7 @@
|
||||
"name": "secubox-core",
|
||||
"version": "0.10.0-r16",
|
||||
"filename": "secubox-core_0.10.0-r16_all.ipk",
|
||||
"size": 127202,
|
||||
"size": 127200,
|
||||
"category": "system",
|
||||
"icon": "box",
|
||||
"description": "SecuBox core components",
|
||||
@ -1554,7 +1554,7 @@
|
||||
"name": "secubox-cve-triage",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-cve-triage_1.0.0-r1_all.ipk",
|
||||
"size": 11826,
|
||||
"size": 11825,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -1566,7 +1566,7 @@
|
||||
"name": "secubox-dns-guard",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-dns-guard_1.0.0-r1_all.ipk",
|
||||
"size": 12480,
|
||||
"size": 12481,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -1578,7 +1578,7 @@
|
||||
"name": "secubox-identity",
|
||||
"version": "0.1.0-r1",
|
||||
"filename": "secubox-identity_0.1.0-r1_all.ipk",
|
||||
"size": 8089,
|
||||
"size": 8083,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -1590,7 +1590,7 @@
|
||||
"name": "secubox-iot-guard",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-iot-guard_1.0.0-r1_all.ipk",
|
||||
"size": 13370,
|
||||
"size": 13366,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -1602,7 +1602,7 @@
|
||||
"name": "secubox-localrecall",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-localrecall_1.0.0-r1_all.ipk",
|
||||
"size": 7798,
|
||||
"size": 7793,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -1614,7 +1614,7 @@
|
||||
"name": "secubox-master-link",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-master-link_1.0.0-r1_all.ipk",
|
||||
"size": 15036,
|
||||
"size": 15037,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -1626,7 +1626,7 @@
|
||||
"name": "secubox-mcp-server",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-mcp-server_1.0.0-r1_all.ipk",
|
||||
"size": 11427,
|
||||
"size": 11416,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -1638,7 +1638,7 @@
|
||||
"name": "secubox-mirrornet",
|
||||
"version": "0.1.0-r1",
|
||||
"filename": "secubox-mirrornet_0.1.0-r1_all.ipk",
|
||||
"size": 15303,
|
||||
"size": 15300,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -1650,7 +1650,7 @@
|
||||
"name": "secubox-network-anomaly",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-network-anomaly_1.0.0-r1_all.ipk",
|
||||
"size": 6166,
|
||||
"size": 6164,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -1662,7 +1662,7 @@
|
||||
"name": "secubox-p2p",
|
||||
"version": "0.6.0-r3",
|
||||
"filename": "secubox-p2p_0.6.0-r3_all.ipk",
|
||||
"size": 47858,
|
||||
"size": 47857,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -1674,7 +1674,7 @@
|
||||
"name": "secubox-p2p-intel",
|
||||
"version": "0.1.0-r1",
|
||||
"filename": "secubox-p2p-intel_0.1.0-r1_all.ipk",
|
||||
"size": 9796,
|
||||
"size": 9794,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
@ -1698,7 +1698,7 @@
|
||||
"name": "secubox-vortex-dns",
|
||||
"version": "1.0.0-r1",
|
||||
"filename": "secubox-vortex-dns_1.0.0-r1_all.ipk",
|
||||
"size": 5441,
|
||||
"size": 5438,
|
||||
"category": "utility",
|
||||
"icon": "package",
|
||||
"description": "SecuBox package",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user