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
github-actions[bot] acc685c220
Upgrade to version 2.9.2 (#58)
* Upgrade to v2.9.2

* Auto-update README

---------

Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2023-07-07 13:52:13 +02:00

40 lines
975 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": "2.9.2~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
}
]
}
}