install_app
Install self-hosted applications using Docker Compose with automatic checks for Docker availability, port conflicts, and duplicate installations.
Instructions
Install a self-hosted app via docker compose. Pre-checks docker, ports, and duplicates automatically.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | App name (e.g. uptime-kuma, vaultwarden) | |
| port | No | Custom host port (optional, uses default if omitted) |