manifest.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "Prestashop",
  3. "id": "prestashop",
  4. "packaging_format": 1,
  5. "description": {
  6. "en": "Create a E-commerce Website",
  7. "fr": "Créer un site ecommerce"
  8. },
  9. "version": "1.7.8.1~ynh1",
  10. "url": "https://www.prestashop.com/",
  11. "upstream": {
  12. "license": "OSL-3.0",
  13. "website": "https://prestashop.com",
  14. "demo": "https://demo.prestashop.com/#/en/front",
  15. "code": "https://github.com/PrestaShop/PrestaShop"
  16. },
  17. "license": "OSL-3.0",
  18. "maintainer": {
  19. "name": "frju365",
  20. "email": "abld@abld.info"
  21. },
  22. "previous_maintainers": [
  23. {
  24. "name": "cyp",
  25. "email": "cyp@rouquin.me",
  26. "url": ""
  27. }
  28. ],
  29. "requirements": {
  30. "yunohost": ">> 4.3.0"
  31. },
  32. "multi_instance": true,
  33. "services": [
  34. "nginx",
  35. "php7.3-fpm",
  36. "mysql"
  37. ],
  38. "arguments": {
  39. "install" : [
  40. {
  41. "name": "domain",
  42. "type": "domain"
  43. },
  44. {
  45. "name": "path",
  46. "type": "path",
  47. "example": "/prestashop",
  48. "default": "/prestashop"
  49. },
  50. {
  51. "name": "is_public",
  52. "type": "boolean",
  53. "default": true
  54. }
  55. ]
  56. }
  57. }