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
2021-09-27 18:45:55 +02:00

56 lines
1.4 KiB
JSON

{
"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."
},
"version": "0.9~ynh1",
"url": "https://www.nocodb.com/",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://www.nocodb.com/",
"demo": "https://www.nocodb.com/demos",
"code": "https://github.com/nocodb/nocodb"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "tituspijean",
"email": "tituspijean@outlook.com"
},
"requirements": {
"yunohost": ">= 4.1.3"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/nocodb",
"default": "/nocodb"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}