mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
4f5712097b
* onedev * Initial commit * fixes fixes fixes * more fixes * fixes on update * Ready for PR!
34 lines
773 B
JSON
34 lines
773 B
JSON
{
|
|
"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",
|
|
"script": "/ct/onedev.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 4,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
} |