ProxmoxVE/json/onedev.json

34 lines
772 B
JSON
Raw Permalink Normal View History

{
"name": "OneDev",
"slug": "onedev",
"categories": [
3
],
"date_created": "2024-11-30",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 6610,
"documentation": "https://docs.onedev.io/",
"website": "https://onedev.io/",
"logo": "https://docs.onedev.io/img/logo.svg",
"description": "Git server with CI/CD, kanban, and packages.",
"install_methods": [
{
"type": "default",
2024-12-06 22:05:19 +00:00
"script": "ct/onedev.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "Debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}