1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/abantecart_ynh.git synced 2024-09-03 18:06:16 +02:00
This commit is contained in:
ericgaspar 2022-01-14 14:55:23 +01:00
parent 0cf476e707
commit dcb4486157
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 18 additions and 10 deletions

View file

@ -2,8 +2,8 @@
; Manifest
admin="john"
password="john"
domain="domain.tld" (DOMAIN)
is_public=1 (true|false)
domain="domain.tld"
is_public=1
; Checks
pkg_linter=1
setup_sub_dir=0
@ -11,10 +11,9 @@
setup_nourl=0
setup_private=1
setup_public=1
upgrade=0
upgrade=1
backup_restore=1
multi_instance=0
port_already_use=0
change_url=0
;;; Options
Email=

1
doc/DESCRIPTION.md Normal file
View file

@ -0,0 +1 @@
AbanteCart is a free open source ecommerce platform to power online retail. AbanteCart is a ready to run web application as well as reliable foundation to build custom eCommerce solutions. AbanteCart ecommerce platform is designed to fit a wide variety of online businesses and applications, as well as can be configured or customized to perform very specific business requirements. Chosen by many shop owners launching their business online for the first time, AbanteCart is also picked by developers looking for a user-friendly interface and powerful features set.

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 KiB

View file

@ -4,10 +4,18 @@
"packaging_format": 1,
"description": {
"en": "Open source ecommerce platform to power online retail",
"fr": "Open source ecommerce platform to power online retail"
"fr": "Plateforme de commerce électronique pour la vente au détail en ligne"
},
"version": "1.3.2~ynh1",
"url": "https://github.com/YunoHost-Apps/abantecart_ynh/issues",
"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"
},
"license": "OSL-3.0",
"maintainer": {
"name": "",
@ -25,6 +33,10 @@
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "admin",
"type": "user",
@ -37,10 +49,6 @@
"type": "password",
"optional": false
},
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",