CloudronManifest.json 702 B

12345678910111213141516171819202122232425
  1. {
  2. "id": "lamp.cloudronapp",
  3. "title": "LAMP app",
  4. "author": "Cloudron developers",
  5. "description": "file://DESCRIPTION.md",
  6. "tagline": "An empty LAMP app",
  7. "version": "0.1.0",
  8. "healthCheckPath": "/",
  9. "httpPort": 8000,
  10. "manifestVersion": 1,
  11. "website": "https://cloudron.io/",
  12. "contactEmail": "apps@cloudron.io",
  13. "icon": "logo.png",
  14. "addons": {
  15. "mysql": {},
  16. "localstorage": {},
  17. "sendmail": {},
  18. "ldap": {}
  19. },
  20. "tags": [ "apache", "php", "mysql", "linux" ],
  21. "developmentMode": false,
  22. "mediaLinks": [ "https://raw.githubusercontent.com/cloudron-io/lamp-app/master/medialinks/medialink_0.jpg" ],
  23. "changelog": "file://CHANGELOG",
  24. "minBoxVersion": "0.13.3"
  25. }