The bare `except:` clause catches SystemExit which is raised by sys.exit(0), causing the script to fall through to sys.exit(1). Changed to `except Exception:` which doesn't catch SystemExit, allowing proper exit code propagation. Also: - Simplified Python extraction script - Use double quotes for string literals (shell compatibility) - Write Python script to temp file instead of heredoc (RPCD stdin conflict) 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