mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
Update manifest.json
This commit is contained in:
parent
4208f20d90
commit
084c77f144
1 changed files with 6 additions and 4 deletions
|
@ -2,23 +2,25 @@
|
||||||
"name": "Abantecart",
|
"name": "Abantecart",
|
||||||
"id": "abantecart",
|
"id": "abantecart",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"requirements": {
|
|
||||||
"yunohost": ">> 2.3.15"
|
|
||||||
},
|
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Create a E-commerce Website",
|
"en": "Create a E-commerce Website",
|
||||||
"fr": "Créer un site ecommerce"
|
"fr": "Créer un site ecommerce"
|
||||||
},
|
},
|
||||||
|
"version": "1.2.12",
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"url": "abantecart.com",
|
"url": "abantecart.com",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "frju365",
|
"name": "frju365",
|
||||||
"email": "win10@tutanota.com"
|
"email": "win10@tutanota.com"
|
||||||
},
|
},
|
||||||
|
"requirements": {
|
||||||
|
"yunohost": ">= 2.7.2"
|
||||||
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php5-fpm"
|
"php5-fpm",
|
||||||
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
|
|
Loading…
Add table
Reference in a new issue