Logs minecraft status to postgres and creates webpage based on current server status using mcstatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Michael Pilosov 2b21f69005 commit all the files 2 years ago
templates commit all the files 2 years ago
.gitignore Initial commit 2 years ago
Dockerfile commit all the files 2 years ago
LICENSE Initial commit 2 years ago
README.md commit all the files 2 years ago
app.py commit all the files 2 years ago
docker-compose.yml commit all the files 2 years ago
mc.py commit all the files 2 years ago
nginx.conf commit all the files 2 years ago
requirements.txt commit all the files 2 years ago
serve.py commit all the files 2 years ago
wsgi.py commit all the files 2 years ago

README.md

mc-status-page

Logs minecraft status to postgres and creates webpage based on current server status using mcstatus.

Usage

Create .env with these keys:

DB_HOST=
DB_NAME=
DB_USER=
DB_PASS=
DB_PROJ=
DB_TABLE=
MINE_IP=

where MINE_IP is the IP Address of your Minecraft server (including port), and the rest correspond to your PostgreSQL database.

Then docker-compose up -d will run the site on port 9992.