CloudronManifest.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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": "1.4.3",
  8. "healthCheckPath": "/wp-login.php",
  9. "httpPort": 8000,
  10. "manifestVersion": 1,
  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://wordpress.com/home.logged-out/page-rey/img/apps-devices-2x.jpg",
  29. "https://wordpress.com/home.logged-out/page-rey/img/product/media-cortado-images-2x.jpg",
  30. "https://wordpress.com/home.logged-out/page-rey/img/product/ui-cortado-fonts-2x.jpg",
  31. "https://wordpress.com/home.logged-out/page-rey/img/product/ui-cortado-colors-2x.jpg"
  32. ],
  33. "changelog": "file://CHANGELOG",
  34. "postInstallMessage": "file://POSTINSTALL.md",
  35. "optionalSso": true,
  36. "minBoxVersion": "1.8.1",
  37. "documentationUrl": "https://cloudron.io/documentation/apps/wordpress/"
  38. }