cloudron_install_app
Install applications from the Cloudron App Store with validation checks for app availability and storage space, returning a task ID for tracking the installation process.
Instructions
Install application from Cloudron App Store with pre-flight validation. Calls F23a (cloudron_validate_manifest) to verify app exists and F36 (cloudron_check_storage) to ensure sufficient disk space. Returns task ID for async operation tracking via cloudron_task_status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifestId | Yes | App manifest ID from App Store | |
| location | Yes | Subdomain for app installation | |
| domain | Yes | Domain where app will be installed (REQUIRED) | |
| portBindings | No | Optional port bindings | |
| accessRestriction | Yes | Access control setting (can be null for no restriction) | |
| env | No | Environment variables |