Komodo Proxmox LXC script

Komodo is a build and deployment system that automates the creation of versioned Docker images from Git repositories and facilitates the deployment of Docker containers and Docker Compose setups. It provides features such as build automation triggered by Git pushes, deployment management, and monitoring of uptime and logs across multiple servers. The core API and associated agent are developed in Rust.

To create a new Proxmox VE Komodo LXC, run the command below in the Proxmox VE Shell.
To Update Komodo, run the command below (or type update) in the LXC Console.

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/komodo.sh)"

After the initial installation: Enter your desired admin user and password and then click on Sign Up.

Default settings

CPU: 2vCPU
RAM: 2GB
HDD: 10GB
Default Interface: IP:9120

1 Like