mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-06-29 18:47:38 +00:00
New Script: Onedev (#612)
* onedev * Initial commit * fixes fixes fixes * more fixes * fixes on update * Ready for PR!
This commit is contained in:
34
json/onedev.json
Normal file
34
json/onedev.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
Reference in New Issue
Block a user