CloudronManifest.json 594 B

12345678910111213141516171819
  1. {
  2. "id": "org.wordpress.cloudronapp",
  3. "title": "WordPress",
  4. "author": "WordPress developers",
  5. "description": "WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.",
  6. "tagline": "Code is Poetry",
  7. "version": "0.2.0",
  8. "dockerImage": "girish/wordpress:0.1.0",
  9. "healthCheckPath": "/",
  10. "httpPort": 80,
  11. "manifestVersion": 1,
  12. "website": "https://wordpress.org/",
  13. "contactEmail": "apps@cloudron.io",
  14. "icon": "icon.png",
  15. "addons": {
  16. "mysql": {},
  17. "localstorage": {}
  18. }
  19. }