Dependency | Version Requirement |
---|---|
NodeBB | >= 0.3.2 or a909a253 |
A plugin for NodeBB to take image uploads and store them on Chevereto, uses the filter:uploadImage
hook in NodeBB.
Modify your config.json
{
"...": "...",
"chevereto": {
"site_url": "https://example.com",
"key": "your_api_key"
},
"...": "..."
}