mirror of
https://github.com/YunoHost-Apps/cultivons_ynh.git
synced 2024-09-03 18:16:27 +02:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "Cultivons",
|
|
"id": "cultivons",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Cultivons is a software in the form of an internal site aiming at helping the management of a BAD (Sustainable Autonomous Base).",
|
|
"fr": "Cultivons est un logiciel sous forme de site interne visant à aider à la gestion d'une BAD (Base Autonome Durable)."
|
|
},
|
|
"version": "1.0~ynh1",
|
|
"url": "https://xulops.net/forge/cultivons.php",
|
|
"upstream": {
|
|
"license": "free",
|
|
"website": "https://xulops.net/forge/cultivons.php",
|
|
"demo": "https://cultivons-demo.xulops.net",
|
|
"admindoc": "",
|
|
"userdoc": "",
|
|
"code": ""
|
|
},
|
|
"license": "free",
|
|
"maintainer": {
|
|
"name": "Pierre Levasseur",
|
|
"email": "pierre.levasseur+yunohost@free.fr"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php8.0-fpm"
|
|
],
|
|
"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."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|