secubox-openwrt/package/secubox/luci-app-streamlit
CyberMind-FR 549c0425e7 feat: Stats evolution, LED tri-color pulse, Widget Fabricator
Stats Collection:
- Add unified secubox-stats-collector for crowdsec/mitmproxy/firewall
- Add secubox-status-json and metablogizer-json for landing page
- JSON cache files in /tmp/secubox/ for double-buffer status

LED Pulse Daemon:
- Tri-color status sync matching control panel (Health/CPU/Memory)
- SPUNK ALERT mode for critical service failures (HAProxy/CrowdSec down)
- Integrated into secubox-core init.d for auto-start on boot

Landing Page:
- Add Blogaliser section with MetaBlogizer sites
- Add health indicators (green/yellow/red status dots)
- Add security stats (dropped, bans, connections)

Streamlit Enhancements:
- Add test_upload RPCD method for upload validation
- Add reupload button for replacing existing apps
- Add secubox_control.py reading from cache (LXC-compatible)
- Update ACL and API for new methods

HAProxy Fixes:
- Fix invalid use_backend entries (IP:port -> backend names)
- Add streamlit_hello backend
- Save routing to UCI config for persistence

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 20:43:45 +01:00
..
htdocs/luci-static/resources feat: Stats evolution, LED tri-color pulse, Widget Fabricator 2026-02-06 20:43:45 +01:00
root/usr feat: Stats evolution, LED tri-color pulse, Widget Fabricator 2026-02-06 20:43:45 +01:00
Makefile feat(streamlit): Add instances management and Gitea integration 2026-02-01 07:27:24 +01:00
README.md docs(secubox): Add KISS README for all 46 remaining packages 2026-02-03 07:34:06 +01:00

LuCI Streamlit Dashboard

LuCI web interface for managing Streamlit application instances with Gitea integration.

Installation

opkg install luci-app-streamlit

Access

LuCI > Services > Streamlit

Tabs

  • Dashboard -- Running instances, status, and resource usage
  • Settings -- Instance configuration and Gitea repository integration

Features

  • Multi-instance Streamlit management
  • Deploy apps from Gitea repositories
  • Per-instance start/stop controls

RPCD Methods

Service: luci.streamlit

Dependencies

  • luci-base
  • secubox-app-streamlit

License

Apache-2.0