d51f2d62b6
Add a top-level README mapping the boxes and a full docs/ tree: topic pages (architecture, networking, deployment), per-site box pages for colony and home with containers nested under their hosts, remote and mobile boxes, the installer, and the home switch fabric reference (folded in from home-switches.md, with AGENTS.md and code comments retargeted to its new home). Box pages carry marked assignment tables that CI regenerates from nixos.allAssignments. AGENTS.md points at the new docs and keeps its terse agent version of the mechanics, referring to the topic pages for depth.
1.2 KiB
1.2 KiB
gam
A game-server container — the lightweight counterpart to the OCI game servers on whale2,
running servers directly as NixOS services. Currently it runs a single Terraria server.
- Source:
shill/containers/gam.nix - Host: NixOS container on
shill
Role
- terraria — dedicated server (
services.terraria): world at/var/lib/terraria/NotWorld.wld, auto-created large worlds, MOTD "sup gamers", UPnP off. Extra settings (e.g. password) come from thegam/terraria.confage secret used as the config file.openFirewallis on, andestuaryport-forwards TCP and UDP7777to this container.
Network assignments
| Name | Assignment | IPv4 | IPv6 | Domain | Notes |
|---|---|---|---|---|---|
| gam-ctr | internal | 10.100.2.11/24 gw 10.100.2.1 |
2a0e:97c0:4d2:12::b/64 |
ams1.int.nul.ie |
Notable config files
nixos/boxes/colony/vms/shill/containers/gam.nix— container definition and the Terraria service