1234567891011121314151617181920212223242526272829 |
- {
- "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.6.3",
- "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"
- }
|