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://wordpress.org/about/shots/1.5/front-page.png",
- "https://wordpress.org/about/shots/1.5/front-2.png",
- "https://wordpress.org/about/shots/1.5/front-5.png",
- "https://wordpress.org/about/shots/1.5/front-3.png"
- ],
- "changelog": "file://CHANGELOG",
- "postInstallMessage": "file://POSTINSTALL.md",
- "optionalSso": true
- }
|