mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
Fix
This commit is contained in:
parent
0cf476e707
commit
dcb4486157
4 changed files with 18 additions and 10 deletions
|
@ -2,8 +2,8 @@
|
||||||
; Manifest
|
; Manifest
|
||||||
admin="john"
|
admin="john"
|
||||||
password="john"
|
password="john"
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld"
|
||||||
is_public=1 (true|false)
|
is_public=1
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=0
|
setup_sub_dir=0
|
||||||
|
@ -11,10 +11,9 @@
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=0
|
upgrade=1
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=0
|
multi_instance=0
|
||||||
port_already_use=0
|
|
||||||
change_url=0
|
change_url=0
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=
|
Email=
|
||||||
|
|
1
doc/DESCRIPTION.md
Normal file
1
doc/DESCRIPTION.md
Normal 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.
|
BIN
doc/screenshots/dashboard.png
Normal file
BIN
doc/screenshots/dashboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 489 KiB |
|
@ -4,10 +4,18 @@
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Open source ecommerce platform to power online retail",
|
"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",
|
"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",
|
"license": "OSL-3.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "",
|
"name": "",
|
||||||
|
@ -25,6 +33,10 @@
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
|
{
|
||||||
|
"name": "domain",
|
||||||
|
"type": "domain"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user",
|
||||||
|
@ -37,10 +49,6 @@
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"optional": false
|
"optional": false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "domain",
|
|
||||||
"type": "domain"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|
Loading…
Reference in a new issue