secubox-openwrt/package/secubox/luci-app-streamlit
CyberMind-FR d267474ba3 fix(publish): Ensure uhttpd instances created on publish/emancipate
Streamlit RPCD:
- Fix backend address: 127.0.0.1 -> 192.168.255.1 (host network)
- Remove waf_bypass=1 (all traffic through mitmproxy)
- Add mitmproxy sync-routes call
- Use wildcard cert for *.gk2.secubox.in domains
- Restart HAProxy instead of just reload

MetaBlogizer:
- Add uhttpd instance creation check in cmd_publish()
- Add uhttpd instance creation check in _emancipate_haproxy()
- Sites now auto-start on publish/emancipate

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-25 09:46:51 +01:00
..
htdocs/luci-static/resources feat(streamlit): Add one-click deploy, expose, unpublish, and auth toggle 2026-02-21 10:11:57 +01:00
root/usr fix(publish): Ensure uhttpd instances created on publish/emancipate 2026-02-25 09:46:51 +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