app-store/apps/onedev/config.json
renovate[bot] 00e4b15eeb
chore(deps): update 1dev/server docker tag to v8.2.5 (#535)
* chore(deps): update 1dev/server docker tag to v8.2.5

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2023-05-17 09:38:58 -04:00

50 lines
1.1 KiB
JSON

{
"$schema": "../schema.json",
"name": "OneDev",
"port": 6610,
"available": true,
"exposable": true,
"id": "onedev",
"tipi_version": 13,
"version": "8.2.5",
"categories": [
"development"
],
"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,
"env_variable": "ONEDEV_DB_PASSWORD"
},
{
"type": "text",
"label": "Onedev username",
"max": 50,
"min": 3,
"required": true,
"env_variable": "ONEDEV_USERNAME"
},
{
"type": "email",
"label": "Onedev email",
"max": 50,
"min": 3,
"required": true,
"env_variable": "ONEDEV_EMAIL"
},
{
"type": "password",
"label": "Onedev password",
"max": 50,
"min": 8,
"required": true,
"env_variable": "ONEDEV_PASSWORD"
}
]
}