1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/abantecart_ynh.git synced 2024-09-03 18:06:16 +02:00
abantecart_ynh/manifest.json
2022-09-20 06:42:09 +00:00

56 lines
1.5 KiB
JSON

{
"name": "Abantecart",
"id": "abantecart",
"packaging_format": 1,
"description": {
"en": "Open source ecommerce platform to power online retail",
"fr": "Plateforme de commerce électronique pour la vente au détail en ligne"
},
"version": "1.3.3.0~ynh1",
"url": "https://www.abantecart.com/",
"upstream": {
"license": "OSL-3.0",
"website": "https://www.abantecart.com/",
"demo": "https://www.abantecart.com/shopping-cart-demo",
"admindoc": "https://docs.abantecart.com/",
"userdoc": "https://abantecart.atlassian.net/wiki/spaces/AD/overview?homepageId=3506313",
"code": "https://github.com/abantecart/abantecart-src",
"cpe": "cpe:2.3:a:abantecart:abantecart"
},
"license": "OSL-3.0",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
"type": "password",
"optional": false
}
]
}
}