Web-based searchable archive for PocketMine-MP crash reports. https://crash.pmmp.io
Provides non-public crash management. Simply set the Public to false and enter the IP addresses in SubmitAllowedIps in config/config.json.
CA is primarily used on Linux.
- Go 1.13+
- Docker
Run the following:
git clone https://github.com/redmcme/CrashArchive
cd CrashArchiveRun the following to generate configuration files:
make defaultconfigTweak docker-compose.yml and config.json as you desire, and then run:
make build
docker-compose up -d