2022-02-10 01:09:31 +01:00
|
|
|
{
|
2022-02-10 00:47:20 +01:00
|
|
|
"name": "ToolJet",
|
|
|
|
"id": "tooljet",
|
2022-02-10 01:09:31 +01:00
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2022-02-10 00:47:20 +01:00
|
|
|
"en": "Open-source low-code framework for building React-based web applications and internal tools"
|
2022-02-10 01:09:31 +01:00
|
|
|
},
|
2023-04-15 08:20:51 +02:00
|
|
|
"version": "2.4.5~ynh1",
|
2022-02-10 00:47:20 +01:00
|
|
|
"url": "https://tooljet.com/",
|
2022-02-10 01:09:31 +01:00
|
|
|
"upstream": {
|
2022-02-10 00:47:20 +01:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"website": "https://tooljet.com/",
|
|
|
|
"userdoc": "https://docs.tooljet.com/docs/intro",
|
|
|
|
"code": "https://github.com/ToolJet/ToolJet"
|
2022-02-10 01:09:31 +01:00
|
|
|
},
|
2022-08-18 11:11:49 +02:00
|
|
|
"license": "AGPL-3.0",
|
2022-02-10 01:09:31 +01:00
|
|
|
"maintainer": {
|
2022-02-10 00:47:20 +01:00
|
|
|
"name": "Tagadda"
|
2022-02-10 01:09:31 +01:00
|
|
|
},
|
|
|
|
"requirements": {
|
2022-02-27 20:21:45 +01:00
|
|
|
"yunohost": ">= 11"
|
2022-02-10 01:09:31 +01:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
2022-02-10 00:47:20 +01:00
|
|
|
"nginx"
|
2022-02-10 01:09:31 +01:00
|
|
|
],
|
|
|
|
"arguments": {
|
2022-02-10 00:47:20 +01:00
|
|
|
"install": [
|
2022-02-10 01:09:31 +01:00
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|