You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
param("name", type=STRING, description="Name for the app", default="OpenRun Console")
param("enable_updates", type=BOOLEAN, description="Whether to enable write/update operations", default=False)
param("enable_container", type=BOOLEAN, description="Whether to enable container operations", default=False)
param("enable_config", type=BOOLEAN, description="Whether to enable config operations", default=False)
param("enable_builder", type=BOOLEAN, description="Whether to enable the AI app builder screens", default=False)
param("enable_all_features", type=BOOLEAN, description="Whether to enable all feature areas (container, config, builder); writes still need enable_updates", default=False)
param("docs_url", type=STRING, description="Base URL for the documentation site, used for the help links", default="https://openrun.dev")