CloudronManifest.json 588 B

1234567891011121314151617181920
  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. "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. "localstorage": {},
  17. "sendmail": {},
  18. "oauth": {}
  19. }
  20. }