secubox-openwrt/package/secubox/luci-app-streamlit
CyberMind-FR 8691a5e048 fix(streamlit): Fix btoa crash on UTF-8 .py file upload
Read all files as ArrayBuffer and use Uint8Array chunked encoding
for base64, replacing btoa(text) which throws DOMException on
non-ASCII characters (accents, CJK, etc).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 09:40:51 +01:00
..
htdocs/luci-static/resources fix(streamlit): Fix btoa crash on UTF-8 .py file upload 2026-02-04 09:40:51 +01:00
root/usr fix(streamlit): Fix ZIP upload, app management and add rename support 2026-02-04 09:25:01 +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