Skip to content

rubenwardy/minetest_web_panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minetest Web Panel

A web panel to control Minetest servers, written using Python and Flask. WIP.

Created by rubenwardy. License: GPL 3.0 or later.

Screenshot of Minetest Web Panel

Installation

This software isn't really ready to be used quite yet. But if you're interested:

# Install requirements
$ pip install -r requirements.txt
$ sudo apt-get install luarocks
$ sudo luarocks install luasocket

# Setup database
$ python db_create.py

# Setup configuration
$ cp config.cfg.example config.cfg

# now edit config.cfg to point to your Minetest exe, etc!

Running

About

[Discontinued] WIP. A web panel to control Minetest servers, written using Python and Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published