Simple python HTTP server for managing minecraft whitelist
- Python 100%
| .vscode | ||
| .gitignore | ||
| config.py | ||
| LICENSE | ||
| minecraft-http-whitelist.service | ||
| README.md | ||
| server.py | ||
Minecraft HTTP whitelist
Simple python HTTP server for managing minecraft whitelist
Run server
Copy the edited systemd service file
sed s@{working_directory}@$PWD/@ minecraft-http-whitelist.service > ~/.config/systemd/user/minecraft-http-whitelist.service
Edit config.py
vi config.py
Run the server
systemctl --user daemon-reload
systemctl --user start minecraft-http-whitelist