CloudronManifest.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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.2.1",
  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. "ftp": {
  18. "uid": "33/www-data"
  19. }
  20. },
  21. "sendmail": {},
  22. "ldap": {},
  23. "scheduler": {
  24. "wpcron": {
  25. "schedule": "*/5 * * * *",
  26. "command": "/app/code/cron.sh"
  27. }
  28. }
  29. },
  30. "tags": [ "blog", "cms", "weblog", "ghost" ],
  31. "mediaLinks": [
  32. "https://s3.amazonaws.com/cloudron-app-screenshots/org.wordpress.cloudronapp/b78cbb7269d54406ab179f287c130eac1db9f46a/1.png",
  33. "https://s3.amazonaws.com/cloudron-app-screenshots/org.wordpress.cloudronapp/b78cbb7269d54406ab179f287c130eac1db9f46a/2.png",
  34. "https://s3.amazonaws.com/cloudron-app-screenshots/org.wordpress.cloudronapp/b78cbb7269d54406ab179f287c130eac1db9f46a/3.jpg"
  35. ],
  36. "changelog": "file://CHANGELOG",
  37. "postInstallMessage": "file://POSTINSTALL.md",
  38. "optionalSso": true,
  39. "minBoxVersion": "1.8.1",
  40. "documentationUrl": "https://cloudron.io/documentation/apps/wordpress/"
  41. }