New Script: Komodo (#1167)

* Happy new Year! Update Copyright to 2025

* Create  new LXC: Komodo
This commit is contained in:
CanbiZ
2025-01-01 22:55:11 +01:00
committed by GitHub
parent ce27930f9d
commit 99e06341b3
3 changed files with 207 additions and 0 deletions

39
json/komodo.json Normal file
View File

@@ -0,0 +1,39 @@
{
"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"
}
]
}