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

@@ -11,4 +11,6 @@ COPY ./Cargo.toml .
RUN cargo build --target x86_64-unknown-linux-musl --release
ENV ADMIN_AUTH=""
ENTRYPOINT ["./target/x86_64-unknown-linux-musl/release/connect4-moderator-server", "demo"]