1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nocodb_ynh.git synced 2024-09-03 19:56:01 +02:00
nocodb_ynh/manifest.json

50 lines
1.5 KiB
JSON
Raw Normal View History

2021-05-28 08:44:53 +02:00
{
"name": "NocoDB",
"id": "nocodb",
"packaging_format": 1,
"description": {
"en": "No-code platform that turns any database into a smart spreadsheet",
"fr": "Plateform sans code qui transforme toute base de données en un tableur intelligent."
},
2023-07-29 08:02:29 +02:00
"version": "0.109.5~ynh1",
2022-06-21 03:15:06 +02:00
"url": "https://www.nocodb.com",
2021-05-28 08:44:53 +02:00
"upstream": {
"license": "AGPL-3.0-only",
2022-06-21 03:15:06 +02:00
"website": "https://www.nocodb.com",
2021-05-28 08:44:53 +02:00
"demo": "https://www.nocodb.com/demos",
"code": "https://github.com/nocodb/nocodb",
"cpe": "cpe:2.3:a:xgenecloud:nocodb"
2021-05-28 08:44:53 +02:00
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "tituspijean",
"email": "tituspijean@outlook.com"
},
"requirements": {
2022-06-21 03:15:06 +02:00
"yunohost": ">= 4.3.0"
2021-05-28 08:44:53 +02:00
},
2022-06-21 13:29:03 +02:00
"multi_instance": false,
2021-05-28 08:44:53 +02:00
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
2021-12-01 17:16:51 +01:00
"install": [
2021-05-28 08:44:53 +02:00
{
"name": "domain",
2021-09-27 19:58:51 +02:00
"type": "domain"
2021-05-28 08:44:53 +02:00
},
{
"name": "is_public",
"type": "boolean",
2021-09-27 19:58:51 +02:00
"default": true,
"help": {
"en": "The app has its own user login system, so you can disable YunoHost's SSO, especially if you use NocoDB's API.",
"fr": "L'application a son propre système d'authentification, vous pouvez donc désactiver le SSO de YunoHost, particulièrement si vous utilisez l'API de NocoDB."
}
2021-05-28 08:44:53 +02:00
}
]
}
2022-09-08 08:34:04 +02:00
}