Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghost Qiniu Storage

v3.x support

The old version follow https://github.com/minwe/qn-store

Installation

Via Git

In order to replace the storage module, the basic requirements are:

  • Create a new folder inside /content/adapters called /storage

  • Clone this repo to /storage

    cd [path/to/ghost]/content/adapters/storage
    git clone https://github.com/KINGMJ/qn-store
    
  • Install dependencies

    cd qn-store
    npm install
    

Configuration

In your config.[env].json file, you'll need to add a new storage block to whichever environment you want to change:

{
  // ...
  "storage": {
    "active": "qn-store",
    "qn-store": {
      "accessKey": "your access key",
      "secretKey": "your secret key",
      "bucket": "your bucket name",
      "origin": "http://xx.xx.xx.glb.clouddn.com",
      "fileKey": {
        "safeString": false,
        "prefix": "YYYYMM/"
      }
    }
  }
  // ...
}

License

Read LICENSE

About

Ghost Qiniu storage module.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages