mirror of
https://github.com/YunoHost-Apps/tooljet_ynh.git
synced 2024-10-01 13:34:55 +02:00
40 lines
976 B
JSON
40 lines
976 B
JSON
{
|
|
"name": "ToolJet",
|
|
"id": "tooljet",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Open-source low-code framework for building React-based web applications and internal tools"
|
|
},
|
|
"version": "1.31.0~ynh1",
|
|
"url": "https://tooljet.com/",
|
|
"upstream": {
|
|
"license": "AGPL-3.0",
|
|
"website": "https://tooljet.com/",
|
|
"userdoc": "https://docs.tooljet.com/docs/intro",
|
|
"code": "https://github.com/ToolJet/ToolJet"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"maintainer": {
|
|
"name": "Tagadda"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|