pelican: game server panel + wings containers

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-08-09 11:57:15 +01:00
parent 55dc95dd2b
commit 00ec9a9759
4 changed files with 142 additions and 0 deletions

View file

@ -25,6 +25,14 @@ name = "SSH"
port = 22
protocol = "tcp"
# Pelican game-server allocation range (services/pelican.nix). wings publishes
# each game container's port on the host via the shared docker daemon, so these
# land on 10.0.0.1 directly. Keep in sync with the node's allocations in the panel.
[[forward]]
name = "Pelican game servers"
ports = "25565-25600"
protocol = "both"
# 7DTD forwards commented out — servers disabled in services/game-servers.nix.
# [[forward]]
# name = "7DTD game"