Hello Community!
I've finally released the very first version of my Tools plugin for Enhance. It's open source on Github. You can find that here.
A preview
Deployment
To add this to your installation, currently the only way is to modify the index.html
file on your Control Panel server:
/var/www/control-panel/ui/index.html
Add the following (CDN by jsDelivr) between the <head></head>
section.
<script src="https://cdn.jsdelivr.net/gh/ss88uk/enhancecp-tools@stable/load.js"></script>
Privacy
Please note that this script does not retain any information about your customers or Enhance installation. If you use the DNSBL feature, the IP address (of the server you are querying) is sent to my server; no IP addresses are saved by that server.
Please let me know what you think and report any bugs either on here or Github!