New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ghost-storage-adapter-b2

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghost-storage-adapter-b2

Ghost Storage Adapter - Backblaze(B2) Cloud Storage

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-62.5%
Maintainers
1
Weekly downloads
 
Created
Source

Ghost Storage Adapter - Backblace(B2) Cloud

This library works with current version of Ghost 0.11+

Installation

Via NPM

npm install ghost-storage-adapter-b2
mkdir -p ./content/storage
cp -r ./node_modules/ghost-storage-adapter-b2 ./content/storage/b2

Via GIT

cd content/storage
git clone git@github.com:martiendt/ghost-storage-adapter-b2.git b2

Configuration

Add this in config.js file

storage: {
    active: 'b2',
    'b2': {
        accountId: 'YOUR_ACCOUNT_ID',
        bucketId: 'YOUR_BUCKET_ID',
        bucketName: 'YOUR_BUCKET_NAME',
        key: 'YOUR_APPLICATION_KEY'
    }
}   

If you don't have an account, you can create your account here and then create your bucket.

Keywords

FAQs

Package last updated on 25 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc