Add statuses to all cts

This commit is contained in:
Sam Heinz
2025-01-09 21:23:14 +10:00
parent 16628c3ec8
commit 19aa2a50a2
240 changed files with 1200 additions and 882 deletions
+16 -15
View File
@@ -2,7 +2,7 @@
"name": "OneDev",
"slug": "onedev",
"categories": [
3
3
],
"date_created": "2024-11-30",
"type": "ct",
@@ -14,21 +14,22 @@
"logo": "https://docs.onedev.io/img/logo.svg",
"description": "Git server with CI/CD, kanban, and packages.",
"install_methods": [
{
"type": "default",
"script": "ct/onedev.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "Debian",
"version": "12"
{
"type": "default",
"script": "ct/onedev.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "Debian",
"version": "12"
}
}
}
],
"default_credentials": {
"username": null,
"password": null
"username": null,
"password": null
},
"notes": []
}
"notes": [],
"status": "\ud83d\udea7"
}