fix: something

This commit is contained in:
hibna
2026-08-02 20:26:54 +03:00
parent 5215560ede
commit 11924416a9
38 changed files with 2198 additions and 466 deletions
+11
View File
@@ -38,6 +38,17 @@ WEB_PORT=80
# --- Daemon ---
DAEMON_CONFIG=/etc/gamepanel/config.yml
DAEMON_GRPC_PORT=50051
DAEMON_TOKEN=CHANGE_ME_GENERATE_A_SECURE_TOKEN
# Host directories for game server files and backups. The daemon hands these
# exact paths to the host Docker engine when creating game containers, so they
# must exist on the host — not inside the daemon container.
DAEMON_DATA_PATH=/var/lib/gamepanel/servers
DAEMON_BACKUP_PATH=/var/lib/gamepanel/backups
# --- Managed config persistence ---
# How long the panel keeps restoring panel-managed config files after a start.
# Steam images can re-validate for a long time before overwriting them.
MANAGED_CONFIG_SUSTAIN_MS=1800000
# --- CDN (Plugin Artifacts) ---
CDN_BASE_URL=https://cdn.hibna.com.tr