Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aternosorg/mclogs
Paste, share and analyse Minecraft logs
https://github.com/aternosorg/mclogs
logs minecraft php web
Last synced: 2 days ago
JSON representation
Paste, share and analyse Minecraft logs
- Host: GitHub
- URL: https://github.com/aternosorg/mclogs
- Owner: aternosorg
- License: mit
- Created: 2018-09-23T17:32:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T13:42:27.000Z (16 days ago)
- Last Synced: 2024-10-29T14:54:02.328Z (16 days ago)
- Topics: logs, minecraft, php, web
- Language: PHP
- Homepage: https://mclo.gs
- Size: 2.27 MB
- Stars: 180
- Watchers: 9
- Forks: 33
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mclo.gs
**Paste, share & analyse your Minecraft logs**## About
The project [mclo.gs](https://mclo.gs) was created in 2017 by the Aternos team after more
than 4 years of running free Minecraft servers and supporting users with
their problems. One of the main issues was the impossibility to easily share
the main source of errors: The Minecraft server log file. mclo.gs solves this
problem and even goes one step further with providing syntax highlighting and
suggestions based on the log content to simply solve common errors.## Features
* Copy + paste log sharing
* Simple API for easy integration
* Syntax highlighting
* Line numbers
* Analysis and parsing using [codex](https://github.com/aternosorg/codex-minecraft)
* Different storage backends (mongodb, redis, filesystem)## Development setup
* Install Docker Compose: https://docs.docker.com/compose/install/
* Clone repository: `git clone [URL]`
* `cd mclogs/docker`
* `docker-compose up`
* Open http://localhost in browser and enjoy## License
mclo.gs is open source software released under the MIT license, see [license](LICENSE).