mirror of
https://github.com/YunoHost-Apps/grocy_ynh.git
synced 2024-09-03 19:25:54 +02:00
e7f320b8e0
* 3.1.0
53 lines
1.4 KiB
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|