mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-18 16:02:59 +01:00
Recreate JSON configs with type=addon, script paths pointing to tools/addon/*.sh, null resources (addon runs on existing Docker LXC), and update instructions in notes.
49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"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": "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"
|
|
}
|
|
]
|
|
}
|