Skip to content

nazmirket/ghost-bunny.cdn-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storage Adapter for Bunny CDN

This project is basically a adapter for Ghost CMS to use Bunny CDN service

Relevant Ghost Doc

https://github.com/TryGhost/Ghost-Storage-Base

Bunny CDN API Reference

https://docs.bunny.net/reference/storage-api/

Usage

  1. Install packages with npm i --save

  2. After installing dependencies fill config.json file with your credentials

  3. Then copy folder content to ghost/content/adapters/storage/bunny/

  4. Edit or create following piece in the config.production.json

    "adapters":{
        "storage":{
          "active": "bunny",
          "bunny":{}
        }
      }
  5. Restart your Ghost instance with ghost restart