panel — open-source game server manager (public release)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-14 19:19:43 -07:00
commit 5232609719
2160 changed files with 300415 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Panel production compose — copy to deploy/.env and edit.
# NOTE: values containing '#' or '$' must be quoted.
# REQUIRED — Postgres password for the "panel" DB user.
PANEL_DB_PASSWORD=change-me
# Optional — stable admin password for admin@panel.local on first boot.
# Leave empty to get a generated one printed in `docker compose logs controller`.
PANEL_ADMIN_PASSWORD=
# Optional — host ports for the dashboard and agent gRPC.
PANEL_HTTP_PORT=8080
PANEL_GRPC_PORT=8443
# Optional — image/version tag baked into the binaries (ldflags).
PANEL_VERSION=dev
# Optional — host directory for agent instance data. MUST be an absolute
# path that exists on the host; it is mounted at the SAME path inside the
# agent container (game-server bind mounts require host==container path).
PANEL_AGENT_DATA=/opt/panel/data