Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmmp/crasharchive
Web-based searchable archive for PocketMine-MP crash reports
https://github.com/pmmp/crasharchive
Last synced: 3 months ago
JSON representation
Web-based searchable archive for PocketMine-MP crash reports
- Host: GitHub
- URL: https://github.com/pmmp/crasharchive
- Owner: pmmp
- Created: 2018-01-30T18:41:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T15:20:14.000Z (6 months ago)
- Last Synced: 2024-09-26T09:43:34.561Z (3 months ago)
- Language: Go
- Homepage: https://crash.pmmp.io
- Size: 1.79 MB
- Stars: 12
- Watchers: 8
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CrashArchive
Web-based searchable archive for PocketMine-MP crash reports. https://crash.pmmp.io
## Setup in 30 seconds
CA is primarily used on Linux.### Prerequisites
- Docker### Installing
Run the following:
```sh
git clone https://github.com/pmmp/CrashArchive
cd CrashArchive
```
Run the following to generate configuration files:
```sh
make defaultconfig
```
Tweak `docker-compose.yml` and `config.json` as you desire, and then run:
```sh
make build/linux
docker-compose up -d
```