panel public release

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-15 01:26:41 -07:00
commit 295eb22826
2165 changed files with 301492 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