1234567891011121314151617 |
- {
- "id": "org.wordpress.cloudronapp",
- "title": "WordPress",
- "description": "WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.",
- "tagline": "Code is Poetry",
- "version": "0.2.0",
- "dockerImage": "girish/wordpress:0.1.0",
- "healthCheckPath": "/",
- "httpPort": 80,
- "manifestVersion": 1,
- "website": "https://wordpress.org/",
- "contactEmail": "apps@cloudron.io",
- "icon": "icon.png",
- "addons": {
- "mysql": {}
- }
- }
|