123456789101112131415161718192021222324252627282930313233343536 |
- {
- "id": "org.wordpress.cloudronapp",
- "title": "WordPress",
- "author": "WordPress developers",
- "description": "file://DESCRIPTION.md",
- "tagline": "Transform your site into almost anything",
- "version": "1.1.1",
- "healthCheckPath": "/wp-login.php",
- "httpPort": 8000,
- "manifestVersion": 1,
- "website": "https://wordpress.org/",
- "contactEmail": "apps@cloudron.io",
- "icon": "logo.png",
- "addons": {
- "mysql": {},
- "localstorage": {},
- "sendmail": {},
- "ldap": {},
- "scheduler": {
- "wpcron": {
- "schedule": "*/5 * * * *",
- "command": "/app/code/wp --allow-root cron event run --due-now"
- }
- }
- },
- "tags": [ "blog", "cms", "weblog", "ghost" ],
- "mediaLinks": [
- "https://wordpress.com/home.logged-out/page-rey/img/apps-devices-2x.jpg",
- "https://wordpress.com/home.logged-out/page-rey/img/product/media-cortado-images-2x.jpg",
- "https://wordpress.com/home.logged-out/page-rey/img/product/ui-cortado-fonts-2x.jpg",
- "https://wordpress.com/home.logged-out/page-rey/img/product/ui-cortado-colors-2x.jpg"
- ],
- "changelog": "file://CHANGELOG",
- "postInstallMessage": "file://POSTINSTALL.md",
- "optionalSso": true
- }
|