1.0.1 • Published 7 years ago

ghost-blobber-service v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Ghost Blobber Service

This project is a storage adapter for TryGhost/Ghost ~v.11

It connects with a contrived (i.e. pretty basic, not production ready) blob store service called mikfreedman/blobber

Usage

In your config.js include the following configuration

  storage: {
    active: 'ghost-blobber-service',
    'ghost-blobber-service': {
      url: process.env.BLOBBER_API_URL,
      apiKey: process.env.BLOBBER_API_KEY
    }
  }

It should "Just Work"

1.0.1

7 years ago

1.0.0

7 years ago