Rebuild Minecraft status website with a real backend and live data - #1
Merged
Conversation
Replaces the static txt-file-polling site with a Flask + SQLite backend that reads real server state (process checks, log-tailed join/quit events, detected version) instead of manually-updated status files. Frontend rebuilt to match the wireframe (Server Status, World Progression, Logbook, About) with a JSON API instead of static text files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
website-minecraft-server/status/*.txt-polling site with a Flask + SQLite backend (website-minecraft-server/backend/) that serves a JSON API backed by real server state.bedrock_serverprocess checks (uptime/online status), the live Bedrock log tailed for join/quit events and version detection, and a hand-editableworld_progression.jsonfor curated structure content./api/status,/api/logbook,/api/world-progressioninstead of static text files.screen+ cron, following the same operational pattern as the existing Minecraft service automation. No existing scripts/cron jobs were modified.Test plan
/api/status,/api/logbook,/api/world-progressionreturn correct live JSONserver_down/server_up)v1.26.32.2)backend/data/world_progression.json