CloudronManifest.json 1022 B

12345678910111213141516171819202122232425262728293031
  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 you can imagine",
  7. "version": "0.7.1",
  8. "healthCheckPath": "/",
  9. "httpPort": 8000,
  10. "manifestVersion": 1,
  11. "website": "https://wordpress.org/",
  12. "contactEmail": "apps@cloudron.io",
  13. "configurePath": "wp-admin/",
  14. "icon": "logo.png",
  15. "addons": {
  16. "mysql": {},
  17. "localstorage": {},
  18. "sendmail": {},
  19. "ldap": {}
  20. },
  21. "tags": [ "blog", "cms", "weblog" ],
  22. "mediaLinks": [
  23. "https://codex.wordpress.org/File:twenty-seventeen-top.png",
  24. "https://codex.wordpress.org/File:v47_editor-shortcuts-1.png",
  25. "https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-%E2%80%94-Nav.jpg?w=760&ssl=1",
  26. "https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-%E2%80%94-Language.jpg?w=760&ssl=1"
  27. ],
  28. "changelog": "file://CHANGELOG",
  29. "postInstallMessage": "file://POSTINSTALL.md",
  30. "optionalSso": true
  31. }