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

72 lines
2.4 KiB
JSON
Raw Normal View History

2023-01-04 07:31:19 +01:00
{
"name": "Cultivons",
"id": "cultivons",
"packaging_format": 1,
"description": {
"en": "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)",
"fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
},
"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",
"php7.4-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."
}
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["fr", "en"],
"default": "fr"
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
"type": "password",
"help": {
"en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
}
}
]
}
}