@gotwf said in [nodebb-tools] CLI tools for NodeBB management:
Let us know, eh? Rock on!
Will do 🙂
https://github.com/MoeNetwork/nodebb-plugin-chevereto
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"
},
"...": "..."
}