A storage adapter for the Ghost blogging platform, so that files and images are stored on IPFS.
Meant to work alongside heroku-ipfs-ghost.
See the Fission Talk Forum for background
- Place the storage adapter into
content/adapters/storage/ghost-storage-adapter-ipfs/
- Add the following to your Ghost config file
{
"storage": {
"active": "ghost-storage-adapter-ipfs",
"ghost-storage-adapter-ipfs": {
"username": "fission-user",
"password": "fission-user-pass"
}
}
}
- Provide optional arguments
apiURL
String: Fission Web API compatible URL (default deferred to fission-suite/client),gatewayURL
String: IPFS gateway compatible URL (defaults to https://ipfs.io/ipfs)
That's it, you should be ready to start storing your Ghost images on IPFS!