Skip to content

mikfreedman/ghost-blobber-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published