Simple python HTTP server for managing minecraft whitelist
Find a file
Игорь Толмачёв 1cb2acd647
Initial commit
2024-04-23 00:28:49 +09:00
.vscode Initial commit 2024-04-23 00:28:49 +09:00
.gitignore Initial commit 2024-04-23 00:28:49 +09:00
config.py Initial commit 2024-04-23 00:28:49 +09:00
LICENSE Initial commit 2024-04-23 00:28:49 +09:00
minecraft-http-whitelist.service Initial commit 2024-04-23 00:28:49 +09:00
README.md Initial commit 2024-04-23 00:28:49 +09:00
server.py Initial commit 2024-04-23 00:28:49 +09:00

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