Skip to content

onkrot/minetest_web_panel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.2%
  • HTML 20.8%
  • Lua 18.7%
  • CSS 5.4%
  • JavaScript 1.9%