mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-15 22:43:00 +01:00
53 lines
1.7 KiB
JSON
Generated
53 lines
1.7 KiB
JSON
Generated
{
|
|
"name": "Komodo",
|
|
"slug": "komodo",
|
|
"categories": [
|
|
3
|
|
],
|
|
"date_created": "2025-01-01",
|
|
"type": "addon",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 9120,
|
|
"documentation": "https://komo.do/docs/intro",
|
|
"website": "https://komo.do",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/komodo.webp",
|
|
"config_path": "/opt/komodo/compose.env",
|
|
"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": "tools/addon/komodo.sh",
|
|
"resources": {
|
|
"cpu": null,
|
|
"ram": null,
|
|
"hdd": null,
|
|
"os": null,
|
|
"version": null
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "This is an addon script intended to be used on top of an existing Docker container.",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "Execute within an existing LXC console (Debian / Ubuntu / Alpine supported)",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "For admin username and password, run: cat ~/komodo.creds",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "To update, run the addon script again and select Update, or use: bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/komodo.sh)",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|