Minetrack makes it easy to keep an eye on your favorite Minecraft servers.
https://mc.fascinated.cc/
003c3dfd01
Minetrack currently has a 11 vulnerable dependency paths, introducing 6 different types of known vulnerabilities. This PR fixes vulnerable dependencies, [ReDOS vulnerability](https://snyk.io/vuln/npm:tough-cookie:20160722) in the `tough-cookie` dependency, [remote memory exposure ](https://snyk.io/vuln/npm:request:20160119) vulnerability in the `request` dependency. You can see [Snyk test report](https://snyk.io/test/github/Cryptkeeper/Minetrack) of this project for details. This PR changes `Package.json` to upgrade `request` to the newer 2.74.0 version, and will fix all the vulnerabilities listed above. You can get alerts and fix PRs for future vulnerabilities for free by [watching this repo with Snyk](https://snyk.io/add). Note this PR fixes all the vulnerabilities introduced trough `request` dependency, in order to be vulnerability free you will need to upgrade others dependencies as well. Full disclosure: I'm a part of the Snyk team, just looking to spread some security goodness and awareness ;) |
||
---|---|---|
assets | ||
docs | ||
lib | ||
scripts | ||
.gitignore | ||
app.js | ||
config.json | ||
gulpfile.js | ||
LICENSE | ||
package.json | ||
README.md | ||
servers.json |
Minetrack
Minetrack is a Minecraft PC/PE server tracker that lets you focus on what's happening now. Built to be lightweight and durable, you can easily adapt it to monitor BungeeCord or server instances.
Try it out!
You can see an up-to-date copy of the production branch running on http://minetrack.me
"master" branch contains everything you need to start your own copy. "production" branch is what's used in the production environment of the minetrack.me site.
Usage
- Make sure everything is correct in
config.json
. - Add/remove servers by editing the
servers.json
file. - Run
npm install
. - Run
node app.js
to boot the system (may need sudo!)
(There's also install.sh
and start.sh
, but they may not work for your OS.)
Database logging is disabled by default. You can enable it in config.json
by setting logToDatabase
to true.
This requires sqlite3 drivers to be installed.
What's being changed?
For the changelog, check out the CHANGELOG file.