Standalone Python Webserver for BlueMap, a Minecraft Server plugin. This project is not affiliated with BlueMap.
- Clone the repository
- Copy
config.example.tomltoconfig.toml, make sure it is in the same directory as the rest of the files. - Place your choices in
config.toml - Install the pipenv (or just do
pip install -r requirements.txt) - Start the server
You will still need to route your webroot and /live/ paths externally. The purpose of this server is to handle retrieving tile data from a BlueMap SQL database and is intended to sit behind a reverse proxy such as nginx.