1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tooljet_ynh.git synced 2024-10-01 13:34:55 +02:00
tooljet_ynh/manifest.json
2022-10-30 10:49:50 +00:00

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.28.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
}
]
}
}