feat: admin auth, watch games, kick players

This commit is contained in:
2025-11-19 13:05:48 -05:00
Unverified
parent 482f7a9b78
commit cd43ff4890
7 changed files with 97 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
docker run -d \
--name=connect4-moderator-server \
--restart unless-stopped \
-e ADMIN_AUTH="${ADMIN_AUTH}" \
-p 5102:8080 \
joshuafhiggins/connect4-moderator-server