CloudronManifest.json 534 B

1234567891011121314151617
  1. {
  2. "id": "org.wordpress.cloudronapp",
  3. "title": "WordPress",
  4. "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.",
  5. "tagline": "Code is Poetry",
  6. "version": "0.2.0",
  7. "dockerImage": "girish/wordpress:0.1.0",
  8. "healthCheckPath": "/",
  9. "httpPort": 80,
  10. "manifestVersion": 1,
  11. "website": "https://wordpress.org/",
  12. "contactEmail": "apps@cloudron.io",
  13. "icon": "icon.png",
  14. "addons": {
  15. "mysql": {}
  16. }
  17. }