0.3.1 • Published 7 years ago

ghost-storj-store v0.3.1

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

Storj Store for Ghost Blogs :ghost::zap::cloud:

GitHub release Supported Ghost Version Node Version David dependencies checker MIT license

A STORJ storage adapter for Ghost 0.10+

A simple adapter to add Storj Storage support for a Ghost Blog

Requests to /content/images/storj will be proxied to Storj to serve uploaded images

Example

An example Ghost blog on Bluemix utilising ghost-storj-store

Ghost Storj Blog

Important Notes

If you are using version under 0.2.0, kindly update to the latest version on or above 0.2.0. Version 0.2.0 fixes a critical bug which may cause your ghost app to crash due to incorrect listeners implemented for streams.

Installation

Via NPM

1 . Make the storage folder if it doesn't already exist

mkdir content/storage && cd content/storage

2 . Install ghost-storj-store package using npm

npm install ghost-storj-store

Via Git

1 . Make the storage folder if it doesn't already exist

mkdir content/storage && cd content/storage

2 . Git clone this repo

git clone https://github.com/QzSG/ghost-storj-store.git

3 . Install ghost-storj-store package using npm

npm install ghost-storj-store

Configuration

In your Ghost config.js file, add a new storage block to whichever environment you want to change:

storage: {
  active: 'ghost-storj-store',
  'ghost-storj-store': {
    bucket_id: YOUR_BUCKET_ID,
    key: YOUR_REGISTERED_PRIVATE_KEY,
    encryptionKey: YOUR_FILES_ENCRYPTION_KEY,
  }
}

NOTE

This beta release assumes that you have already created an account at https://storj.io,
and that you have already generated and registered a private/public keypair with the Storj Bridge. 
It also assumes that you have created a bucket that you are going to use with your ghost blog

Suggestions & Issues

Feel free to open an issue, but please do check if a similar issue already exists.

Support Development

Buy me a cuppa

BTC : 1QzSG1xY8PWjg5advFHQwcSWzRzaeuB9y

Copyright & License

Copyright (c) QzSG - Released under the MIT license.

0.3.1

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago