Skip to content

Releases: ibmjstart/bluemix-ghost-js

Changes compatible with Ghost 0.11.3

15 Dec 02:54

Choose a tag to compare

  • Updated cloudant.js storage mechanism to handle new v2 api behavior for permissions setting
  • Updated ghost package.json files for 0.11.3
  • Updated config.js to accommodate user provided services for both mysql or postgresql backends

Changes compatible with Ghost 0.11.0

30 Sep 04:33

Choose a tag to compare

  • Updated Cloudant Custom Storage to match Ghost.js guidance for custom storage
  • Config.js and package.json compatibility with 0.11.0 Ghost

Changes compatible with Ghost 0.4.2

09 May 16:35

Choose a tag to compare

  • Modified package.json to reflect changes for Ghost 0.4.2 dependencies
  • Modified the server's storage index.js to leverage a new cloudant CouchDB image storage service
  • Added a cloudant storage module to facilitate save, exists and serve functions.
  • Removed the config.js declaration for filestorage:false recommended by the ghost.js community when deploying on platforms with ephemeral file storage. The cloudant storage module mimics the local file upload process. However, it then takes the uploaded file contents and creates a Cloudant document with a file attachment containing the uploaded file. Finally, it returns a url to this cloudant file attachment for use by the Ghost.js platform - effectively circumventing the ephemeral file storage problem and still providing end users with an ability to use locally accessible files within their blog.

Changes compatible with Ghost 0.4.1

23 Apr 16:54

Choose a tag to compare

  • Provides a new config.json which handles application configuration requirements for IBM codename: BlueMix
  • Provides a new pre-defined starter manifest.yml file which outlines platform configuration settings for deployment.
  • Changes the package.json to remove SQLite3 dependency and adds dependencies such as js-yaml, etc ...