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

41 lines
975 B
JSON
Raw Normal View History

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
},
2022-08-17 08:24:14 +02:00
"version": "1.22.0~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-02-10 00:47:20 +01:00
"license": "GPL-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
}
]
}
}