1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-05-04 20:23:09 +00:00
Slaviša Arežina c842943b1b
Website: Add missing docs and config paths (#4131)
* Fix docs and config paths

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update
2025-04-30 15:11:44 +02:00

36 lines
745 B
JSON

{
"name": "OneDev",
"slug": "onedev",
"categories": [
20
],
"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",
"config_path": "/opt/onedev/conf",
"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": []
}