1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00
grocy_ynh/manifest.json
Éric Gaspar e7f320b8e0
Testing (#16)
* 3.1.0
2021-07-16 20:00:39 +02:00

53 lines
1.4 KiB
JSON

{
"name": "Grocy",
"id": "grocy",
"packaging_format": 1,
"description": {
"en": "Web-based groceries & household management solution for your home",
"fr": "Solution Web de gestion d'épicerie et de gestion de la maison"
},
"version": "3.1.0~ynh1",
"url": "https://grocy.info",
"upstream": {
"license": "MIT",
"website": "https://grocy.info/",
"demo": "https://en.demo.grocy.info/stockoverview",
"code": "https://github.com/grocy/grocy"
},
"license": "MIT",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.2.0"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"example": "grocy.example.com"
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["de", "en", "es", "fr", "it", "pt"],
"default": "fr"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}