{ "luci-app-streamlit": { "description": "Grant access to Streamlit Platform management", "read": { "ubus": { "luci.streamlit": ["get_status", "get_config", "get_logs", "list_apps", "get_app", "get_install_progress"] }, "uci": ["streamlit"] }, "write": { "ubus": { "luci.streamlit": ["save_config", "start", "stop", "restart", "install", "uninstall", "update", "add_app", "remove_app", "set_active_app", "upload_app"] }, "uci": ["streamlit"] } } }