CloudronManifest.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "simpleauth": {}
  20. },
  21. "tcpPorts": {
  22. "FTP_PORT": {
  23. "title": "FTP Port",
  24. "description": "FTP control Port",
  25. "defaultValue": 29600
  26. },
  27. "FTP_PORT_PASV_0": {
  28. "title": "FTP PASV Port 0",
  29. "description": "FTP data port 0. Ports have to be consecutive numbers.",
  30. "defaultValue": 29601
  31. },
  32. "FTP_PORT_PASV_1": {
  33. "title": "FTP PASV Port 1",
  34. "description": "FTP data port 1. Ports have to be consecutive numbers.",
  35. "defaultValue": 29602
  36. },
  37. "FTP_PORT_PASV_2": {
  38. "title": "FTP PASV Port 2",
  39. "description": "FTP data port 2. Ports have to be consecutive numbers.",
  40. "defaultValue": 29603
  41. },
  42. "FTP_PORT_PASV_3": {
  43. "title": "FTP PASV Port 3",
  44. "description": "FTP data port 3. Ports have to be consecutive numbers.",
  45. "defaultValue": 29604
  46. }
  47. },
  48. "tags": [ "apache", "php", "mysql", "linux" ],
  49. "developmentMode": false,
  50. "mediaLinks": [ "https://raw.githubusercontent.com/cloudron-io/lamp-app/master/medialinks/medialink_0.jpg" ],
  51. "changelog": "file://CHANGELOG",
  52. "minBoxVersion": "0.13.3"
  53. }