1.0.1 • Published 4 years ago
ghost-storage-supabase v1.0.1
ghost-storage-supabase
Supabase storage adapter for Ghost. Recommended as a completely free storage solution for blogs being hosted on platforms with ephemeral filesystems, like Heroku.
Installation
cd /path/to/your/ghost/installation
mkdir -p content/adapters/storage/ghost-storage-supabaseAfter that, simply copy the contents of this repo into that newly created directory and run
yarn installUsage
Add the following to your configuration file and modify it accordingly.
"storage": {
"active": "ghost-storage-supabase",
"ghost-storage-supabase": {
"bucket": "<your public bucket name>",
"supabaseUrl": "<your supabase url>",
"supabaseKey": "<your supabase anon key>"
}
}To locate the information above, follow this Supabase guide.
Credit
Inspiration of this README came from https://github.com/ifvictr/ghost-storage-github
License
1.0.1
4 years ago