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

53 lines
1.4 KiB
JSON
Raw Normal View History

2020-12-16 19:56:57 +01:00
{
"name": "Grocy",
"id": "grocy",
"packaging_format": 1,
"description": {
2021-01-26 10:00:10 +01:00
"en": "Web-based groceries & household management solution for your home",
"fr": "Solution Web de gestion d'épicerie et de gestion de la maison"
2020-12-16 19:56:57 +01:00
},
2021-11-16 10:39:20 +01:00
"version": "3.1.3~ynh1",
2021-05-27 13:19:07 +02:00
"url": "https://grocy.info",
"upstream": {
"license": "MIT",
"website": "https://grocy.info/",
"demo": "https://en.demo.grocy.info/stockoverview",
"code": "https://github.com/grocy/grocy"
},
2020-12-16 19:56:57 +01:00
"license": "MIT",
"maintainer": {
2021-09-27 21:51:05 +02:00
"name": "eric_G",
2020-12-16 19:56:57 +01:00
"email": ""
},
"requirements": {
2021-11-16 10:39:20 +01:00
"yunohost": ">= 4.3.0"
2020-12-16 19:56:57 +01:00
},
2020-12-16 22:11:32 +01:00
"multi_instance": true,
2020-12-16 19:56:57 +01:00
"services": [
"nginx",
2021-07-16 20:00:39 +02:00
"php8.0-fpm"
2020-12-16 19:56:57 +01:00
],
"arguments": {
"install": [{
"name": "domain",
2021-09-27 21:51:05 +02:00
"type": "domain"
2020-12-16 19:56:57 +01:00
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
2020-12-26 19:51:35 +01:00
"choices": ["de", "en", "es", "fr", "it", "pt"],
2020-12-16 21:37:39 +01:00
"default": "fr"
2020-12-16 19:56:57 +01:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}