No description
  • HTML 77%
  • JavaScript 17.9%
  • Shell 5.1%
Find a file
2026-06-14 20:19:03 +02:00
backups Fix gitignore, pin bluemap version 2026-06-14 20:19:03 +02:00
bluemap Fix gitignore, pin bluemap version 2026-06-14 20:19:03 +02:00
data Fix gitignore, pin bluemap version 2026-06-14 20:19:03 +02:00
mods Fix gitignore, pin bluemap version 2026-06-14 20:19:03 +02:00
nginx Initial commit 2026-06-14 20:10:08 +02:00
.env.example Fix gitignore, pin bluemap version 2026-06-14 20:19:03 +02:00
.gitignore Fix gitignore, pin bluemap version 2026-06-14 20:19:03 +02:00
docker-compose.yml Fix gitignore, pin bluemap version 2026-06-14 20:19:03 +02:00
mc Initial commit 2026-06-14 20:10:08 +02:00
README.md Initial commit 2026-06-14 20:10:08 +02:00

Minecraft server stack

Sensitive values are stored in .env.

  1. Edit .env and set required values.
  2. Edit docker-compose.yml for modpack/mods
  3. Edit nginx/static/serverdata.js for web page info
  4. Start core services: docker compose up -d
  5. Start Cloudflare services only when needed: docker compose --profile cloudflare up -d