Runs inside an existing LXC container
bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/addon/komodo.sh)"
Komodo
Komodo is a tool to build and deploy software on many servers, providing a web UI for managing Docker containers, infrastructure, and deployments.
Notes
- Runs inside an existing LXC container (Debian/Ubuntu only)
- Installs Docker if missing; the LXC must have nesting enabled (
pct set <ctid> --features nesting=1) for Docker to run - Deploys the official Komodo compose stack to
/opt/komodowith your choice of MongoDB (recommended) or FerretDB - Web UI on port 9120; login
adminwith the generated password, saved to~/komodo.credsinside the container - Update with:
update-komodo— Uninstall with:uninstall-komodo - Re-running the installer offers update/uninstall via the framework guard

