Add panel feature updates across API, daemon, and web

This commit is contained in:
2026-03-02 21:53:54 +00:00
parent 6b463c2b1a
commit afc64b83c1
49 changed files with 7040 additions and 305 deletions
+10
View File
@@ -11,3 +11,13 @@ docker:
socket: "/var/run/docker.sock"
network: "gamepanel_nw"
network_subnet: "172.18.0.0/16"
# Optional node-local MySQL/MariaDB management for server databases.
# `connection_host` should be reachable by the game containers on this node.
managed_mysql:
url: "mysql://root:change-me@127.0.0.1:3306/mysql"
connection_host: "CHANGE_ME_REACHABLE_FROM_GAME_CONTAINERS"
connection_port: 3306
phpmyadmin_url: "http://127.0.0.1:8080/"
# Optional: overrides the client binary. Defaults to trying "mariadb" then "mysql".
# bin: "mariadb"