[nodebb-plugin-ns-utils] NS Utils
-
NodeBB Utils
Set of utility functions to help you support your forum. Do you need to purge chats? Do you need to delete obsolete data? This plugin will help you.
Small story: I had to purge chats (I did a mistake in import script), and decided to share such type of work as a plugin. I could just purge chats via mongo client, but I have gone in plugin direction, It took me 100 times more time to finish with purging task
Compatible with
0.8.2
and primary dabase -MongoDB
. Install plugin via Plugins section in ACP.Useful links:
Overview
-
Version 2.1.0
Added new feature - Sanitize Documents.
Utility will traverse all documents in your database, and delete key value pairs from documents, if they match.Here is an example video, I still had keys after my import script, and only now, I have found time to delete them
-
Want this for Redis caugh