server-dashboard
server-dashboard copied to clipboard
Server-side code for a server monitoring system created by Micheal Pearce
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.0 to 3.3.2. Release notes Sourced from socket.io-parser's releases. 3.3.2 Bug Fixes prevent DoS (OOM) via massive packets (#95) (89197a0) Links Diff: https://github.com/Automattic/socket.io-parser/compare/3.3.1...3.3.2 3.3.1 Links Diff: https://github.com/socketio/socket.io-parser/compare/3.3.0...3.3.1...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.12.1. Commits c627e38 Mention CVE-2021-23358 in code, test and documentation (#2915) c9e803e Add diff and docs to the 1.12.1 change log entry 0c20985 Restore comments...
Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 4.16.0 to 5.6.4. Changelog Sourced from systeminformation's changelog. Changelog Major Changes - Version 5 New Functions audio() detailed audio information bluetoothDevices() detailed information detected bluetooth devices dockerImages()...
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.0. Release notes Sourced from socket.io's releases. 2.4.0 Related blog post: https://socket.io/blog/socket-io-2-4-0/ Features (from Engine.IO) add support for all cookie options (19cc582) disable perMessageDeflate by...
Using NodeJS's child_process module to control Apache via systemctl and the fs module, we can easily create, remove, and disable virtual hosts.
A method is needed to properly parse Apache host config files using NodeJS.