Categorygithub.com/MC-Dashify/launcher
repositorypackage
1.1.5
Repository: https://github.com/mc-dashify/launcher.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Dashify

Easily and quickly monitor Minecraft servers

Standalone monitoring system without any additional installation

CodeQL Build & Publish to Release code quality

English · 한국어

THIS IS LAUNCHER REPOSITORY FOR DASHIFY.

Configuration

Please refer to this.

API Endpoint

  • NOTE: All HTTP requests requires Authorization header like Bearer your_key_here.

    Key information can be found in the file Dashify/config.yml in the server plugin folder.

PathDescriptionProtocolRequest MethodRequired ParamsRequest ExampleNote
/consoleConnect to Console's I/O DirectlyWeb SocketN/Aauth_key [string]ws://localhost:8080/console?auth_key=your_key_hereN/A
/pingPing the serverHTTPGETN/Ahttp://localhost:8080/pingN/A
/logsGet Minecraft server's logsHTTPGETlines [int]http://localhost:8080/logs?lines=100Parameter line should a valid int between 1 and 1000
/trafficGet Minecraft server's traffic informationHTTPGETN/Ahttp://localhost:8080/trafficServer keeps count traffic information until request have received. After respond, traffic will be reset (Recount after request)

Other endpoints are ReverseProxyed. They are documented at plugin repository. Just remember that port number have to same with launcher's port number.

Code of Conduct

See the CODE_OF_CONDUCT.md file for Code of Conduct information.

Contributing

See the CONTRIBUTING.md file for contributing information.

License

See the LICENSE file for licensing information.