Skip to content

Releases: Couapy/mc-manager

0.2.0

27 Apr 09:28
Compare
Choose a tag to compare

Why this project ?

This project solves an issue I had with friends during gaming evenings :
I own a personal server that runs minecraft servers to play with friends, but when they needed to
create or started a server, I had to connect myself by ssh and run commands.

So I wanted to code a web manager that allow my friends and myself to administrate Minecraft servers easily.

Install

Follow this instructions to install the project :

# Clone repository
git clone https://github.com/Couapy/mc-manager.git

# Execute
docker-compose up --build

# Download servers
docker exec daphne python manage.py updatemclist

Configuration

All configuration is available in the config.cfg file.

Please generate a secret for django before send application in production !

The config file provide settings for :

  • Django
  • Minecraft server instances (RAM & versions availables)
  • Mails
  • OAuth providers

v1.0

03 Jun 13:07
Compare
Choose a tag to compare
Secure the servers from others

v1.0-rc2

03 Jun 10:13
Compare
Choose a tag to compare
v1.0-rc2 Pre-release
Pre-release

It's missing the service file.

v1.0-rc1

19 May 20:03
Compare
Choose a tag to compare
v1.0-rc1 Pre-release
Pre-release
Bug Fix