1.0.1 • Published 4 years ago

ghost-storage-imgur v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

ghost-storage-imgur

Imgur storage adapter for Ghost.

Installation

cd /path/to/your/ghost/installation
npm install ghost-storage-imgur
mkdir -p content/adapters/storage
cp -r node_modules/ghost-storage-imgur content/adapters/storage/ghost-storage-imgur

Usage

Add the following to your configuration file and modify it accordingly.

"storage": {
    "active": "ghost-storage-imgur",
    "ghost-storage-imgur": {
        "username": "<your username here>",
        "password": "<your password here>",
        "clientId": "<your client id here>"
    }
}

Here's a comprehensive list of configurations:

NameRequired?DescriptionEnvironment variable (prefixed with GHOST_IMGUR_)
clientIdyesClient ID associated with your Imgur account (obtained here)CLIENT_ID
passwordyesYour Imgur account passwordPASSWORD
usernameyesYour Imgur account usernameUSERNAME

License

MIT