nodebb-plugin-ns-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.

Usage no npm install needed!

<script type="module">
  import nodebbPluginNsUtils from 'https://cdn.skypack.dev/nodebb-plugin-ns-utils';
</script>

README

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.

Version Dependencies bitHound Score Code Climate

Caution: plugin can do harm to your data. Please, backup your data.

Works only with MongoDB:

MongoDB Logo

Utilities

  • Purge Chats - remove all chats from the forum
  • Sanitize Documents - remove matched key value pairs from all documents

TODO

  • Remove Users, except Administrator
  • Remove all topics and posts
  • Remove Plugin data (plugin structure database needed)