2023-02-28 00:49:02 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "OneDev",
|
|
|
|
"port": 6610,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "onedev",
|
2024-06-23 07:05:02 +00:00
|
|
|
"tipi_version": 97,
|
|
|
|
"version": "10.9.1",
|
2024-05-21 05:37:58 +00:00
|
|
|
"categories": ["development"],
|
2023-02-28 00:49:02 +00:00
|
|
|
"description": "Self-hosted Git Server with Kanban and CI/CD",
|
|
|
|
"short_desc": "Self-hosted Git Server with Kanban and CI/CD",
|
|
|
|
"author": "https://code.onedev.io/",
|
|
|
|
"source": "https://code.onedev.io/onedev/server",
|
|
|
|
"form_fields": [
|
|
|
|
{
|
|
|
|
"type": "random",
|
|
|
|
"label": "DB_PASSWORD",
|
|
|
|
"min": 32,
|
2023-03-01 19:08:03 +00:00
|
|
|
"env_variable": "ONEDEV_DB_PASSWORD"
|
2023-02-28 00:49:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
2023-03-01 19:08:03 +00:00
|
|
|
"label": "Onedev username",
|
2023-02-28 00:49:02 +00:00
|
|
|
"max": 50,
|
|
|
|
"min": 3,
|
|
|
|
"required": true,
|
2023-03-01 19:08:03 +00:00
|
|
|
"env_variable": "ONEDEV_USERNAME"
|
2023-02-28 00:49:02 +00:00
|
|
|
},
|
|
|
|
{
|
2023-03-01 19:08:03 +00:00
|
|
|
"type": "email",
|
|
|
|
"label": "Onedev email",
|
2023-02-28 00:49:02 +00:00
|
|
|
"max": 50,
|
|
|
|
"min": 3,
|
|
|
|
"required": true,
|
2023-03-01 19:08:03 +00:00
|
|
|
"env_variable": "ONEDEV_EMAIL"
|
2023-02-28 00:49:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "password",
|
2023-03-01 19:08:03 +00:00
|
|
|
"label": "Onedev password",
|
2023-02-28 00:49:02 +00:00
|
|
|
"max": 50,
|
2023-03-01 19:08:03 +00:00
|
|
|
"min": 8,
|
2023-02-28 00:49:02 +00:00
|
|
|
"required": true,
|
2023-03-01 19:08:03 +00:00
|
|
|
"env_variable": "ONEDEV_PASSWORD"
|
2023-02-28 00:49:02 +00:00
|
|
|
}
|
2023-10-29 19:43:17 +00:00
|
|
|
],
|
2024-05-21 05:37:58 +00:00
|
|
|
"supported_architectures": ["arm64", "amd64"]
|
2023-02-28 00:49:02 +00:00
|
|
|
}
|