1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cultivons_ynh.git synced 2024-09-03 18:16:27 +02:00
cultivons_ynh/manifest.json

50 lines
1.3 KiB
JSON
Raw Normal View History

2023-01-04 07:31:19 +01:00
{
"name": "Cultivons",
"id": "cultivons",
"packaging_format": 1,
"description": {
2023-01-05 17:59:57 +01:00
"en": "Sustainable Autonomous Base Manager",
"fr": "Gestionnaire de Base Autonome Durable"
2023-01-04 07:31:19 +01:00
},
"version": "1.0~ynh1",
"url": "https://xulops.net/forge/cultivons.php",
"upstream": {
2023-01-05 17:59:21 +01:00
"license": "Apache-2.0",
2023-01-04 07:31:19 +01:00
"website": "https://xulops.net/forge/cultivons.php",
"demo": "https://cultivons-demo.xulops.net",
"admindoc": "",
"userdoc": "",
"code": ""
},
2023-01-05 17:59:21 +01:00
"license": "Apache-2.0",
2023-01-04 07:31:19 +01:00
"maintainer": {
"name": "Pierre Levasseur",
"email": "pierre.levasseur+yunohost@free.fr"
},
"requirements": {
"yunohost": ">= 11.0.0"
},
"multi_instance": true,
"services": [
"nginx",
2023-01-04 11:58:13 +01:00
"php8.0-fpm"
2023-01-04 07:31:19 +01:00
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": false,
"help" : {
"fr" : "Cette page sera accessible par n'importe qui. En revanche, la configuration reste personnelle",
"en" : "The page will be accessible by anyone."
}
}
]
}
}