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/
-
Install packages with
npm i --save
-
After installing dependencies fill
config.json
file with your credentials -
Then copy folder content to
ghost/content/adapters/storage/bunny/
-
Edit or create following piece in the
config.production.json
"adapters":{ "storage":{ "active": "bunny", "bunny":{} } }
-
Restart your Ghost instance with
ghost restart