Skip to content

Headless status monitor with HTTP JSON API for Minecraft Bedrock/Java server

License

Notifications You must be signed in to change notification settings

aoirint/aoirint_mcping_server

Repository files navigation

aoirint_mcping_server

Feature

  • Monitoring status of multiple Minecraft Bedrock/Java servers
  • Persistence by PostgreSQL database
  • Web API with Read/Write API key authentication

Supported Minecraft server versions

  • Bedrock 1.20.x
  • Java 1.20.x

Deploy

Docker Compose

Copy these files to a new directory and configure.

  • docker-compose.yml
  • template.env -> .env

Start Docker Compose services.

docker compose up -d

Then, apply database migrations.

Docker repository

Database migration

This repository uses golang-migrate.

To apply the migrations,

docker compose run --rm migrate -path=/migrations -database="postgres://postgres:postgres_password@postgres:5432/postgres?sslmode=disable" up

Library management

This repository uses Poetry.

About

Headless status monitor with HTTP JSON API for Minecraft Bedrock/Java server

Resources

License

Stars

Watchers

Forks

Packages

No packages published