A plugin for Discourse to send some stat across internet.
See:
Follow Install a Plugin
Installation Add this repository's git clone url to your container's app.yml file, at the bottom of the cmd section:
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- mkdir -p plugins
- git clone https://github.com/R45hk4r/DMon.git
Rebuild your container:
cd /var/discourse
./launcher rebuild app
Once you've installed the plugin and restarted your Discourse, you will see a new plugin available in your admin configuration. Click the Settings button next to the discourse-dmon plugin.
If you have issues or suggestions for the plugin, please open an issue.