app-store/apps/onedev/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

51 lines
1.1 KiB
JSON

{
"$schema": "../schema.json",
"name": "OneDev",
"port": 6610,
"available": true,
"exposable": true,
"id": "onedev",
"tipi_version": 56,
"version": "9.2.3",
"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"
}
],
"supported_architectures": ["arm64", "amd64"]
}