{ "name": "Komodo", "slug": "komodo", "categories": [ 8 ], "date_created": "2025-01-01", "type": "ct", "updateable": true, "privileged": false, "interface_port": 9120, "documentation": "https://komo.do/docs/intro", "website": "https://komo.do", "logo": "https://komo.do/img/logo512.png", "description": "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.", "install_methods": [ { "type": "default", "script": "ct/komodo.sh", "resources": { "cpu": 2, "ram": 2048, "hdd": 10, "os": "Debian", "version": "12" } } ], "default_credentials": { "username": null, "password": null }, "notes": [ { "text": "After the initial installation: Enter your desired admin user and password and then click on Sign Up", "type": "info" } ] }