GitHub - MoeNetwork/nodebb-plugin-chevereto: A plugin for NodeBB to take image uploads and store them on chevereto
A plugin for NodeBB to take image uploads and store them on chevereto - MoeNetwork/nodebb-plugin-chevereto
GitHub (github.com)
NodeBB Chevereto Uploads Plugin
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.
Configuration
Modify your config.json
{
"...": "...",
"chevereto": {
"site_url": "https://example.com",
"key": "your_api_key"
},
"...": "..."
}