uhttpd-mod-ubus silently rejects JSON-RPC requests >64KB with "Parse error", causing uploads of .py files >48KB to fail with "No related RPC reply". - Add chunked upload (upload_chunk + upload_finalize) that splits base64 content into 40KB pieces sent sequentially, then reassembles server-side - Frontend auto-selects chunked upload when content exceeds 40KB - Stop polling during upload to prevent RPC batch conflicts - RPCD handlers use cat-to-tempfile instead of shell variables for stdin to avoid BusyBox argument size limits - Container startup script handles top-level .py files (not just subdirs) - streamlitctl cmd_instance_start also handles top-level .py files - Add upload_chunk and upload_finalize to ACL Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| htdocs/luci-static/resources | ||
| root/usr | ||
| Makefile | ||
| README.md | ||
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-basesecubox-app-streamlit
License
Apache-2.0