CloudronManifest.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "id": "org.wordpress.cloudronapp",
  3. "title": "WordPress",
  4. "author": "WordPress developers",
  5. "description": "file://DESCRIPTION.md",
  6. "tagline": "Transform your site into almost anything",
  7. "version": "2.6.2",
  8. "healthCheckPath": "/wp-includes/version.php",
  9. "httpPort": 8000,
  10. "manifestVersion": 2,
  11. "website": "https://wordpress.org/",
  12. "contactEmail": "apps@cloudron.io",
  13. "icon": "logo.png",
  14. "addons": {
  15. "mysql": {},
  16. "localstorage": {},
  17. "sendmail": {},
  18. "ldap": {},
  19. "scheduler": {
  20. "wpcron": {
  21. "schedule": "*/5 * * * *",
  22. "command": "/app/code/cron.sh"
  23. }
  24. }
  25. },
  26. "tags": [ "blog", "cms", "weblog", "ghost" ],
  27. "mediaLinks": [
  28. "https://s3.amazonaws.com/cloudron-app-screenshots/org.wordpress.cloudronapp/b78cbb7269d54406ab179f287c130eac1db9f46a/1.png",
  29. "https://s3.amazonaws.com/cloudron-app-screenshots/org.wordpress.cloudronapp/b78cbb7269d54406ab179f287c130eac1db9f46a/2.png",
  30. "https://s3.amazonaws.com/cloudron-app-screenshots/org.wordpress.cloudronapp/b78cbb7269d54406ab179f287c130eac1db9f46a/3.jpg"
  31. ],
  32. "changelog": "file://CHANGELOG",
  33. "postInstallMessage": "file://POSTINSTALL.md",
  34. "optionalSso": true,
  35. "minBoxVersion": "4.1.4",
  36. "documentationUrl": "https://cloudron.io/documentation/apps/wordpress/"
  37. }