Komodo | scripts-underground Komodo | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

Komodo

addon docker
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/komodo with your choice of MongoDB (recommended) or FerretDB
  • Web UI on port 9120; login admin with the generated password, saved to ~/komodo.creds inside the container
  • Update with: update-komodo — Uninstall with: uninstall-komodo
  • Re-running the installer offers update/uninstall via the framework guard