ghost-blobber-service
v1.0.1
Published
A storage adapter for the ghost blog, works with mikfreedman/blobber
Downloads
4
Readme
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"