12345678910111213141516171819202122232425262728293031 |
- {
- "id": "org.wordpress.cloudronapp",
- "title": "WordPress",
- "author": "WordPress developers",
- "description": "file://DESCRIPTION.md",
- "tagline": "Transform your site into almost anything you can imagine",
- "version": "0.7.1",
- "healthCheckPath": "/",
- "httpPort": 8000,
- "manifestVersion": 1,
- "website": "https://wordpress.org/",
- "contactEmail": "apps@cloudron.io",
- "configurePath": "wp-admin/",
- "icon": "logo.png",
- "addons": {
- "mysql": {},
- "localstorage": {},
- "sendmail": {},
- "ldap": {}
- },
- "tags": [ "blog", "cms", "weblog" ],
- "mediaLinks": [
- "https://codex.wordpress.org/File:twenty-seventeen-top.png",
- "https://codex.wordpress.org/File:v47_editor-shortcuts-1.png",
- "https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-%E2%80%94-Nav.jpg?w=760&ssl=1",
- "https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-%E2%80%94-Language.jpg?w=760&ssl=1"
- ],
- "changelog": "file://CHANGELOG",
- "postInstallMessage": "file://POSTINSTALL.md",
- "optionalSso": true
- }
|