Terraria dedicated server — ESPO | Chicago Terraria
- Dockerfile 100%
|
Some checks failed
build-and-deploy / build (push) Failing after 3m52s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .forgejo/workflows | ||
| k8s | ||
| .dockerignore | ||
| .gitignore | ||
| CLAUDE.md | ||
| Dockerfile | ||
| README.md | ||
terraria-server
ESPO | Chicago Terraria -- dedicated Terraria server on Open Platform (TShock).
Quick Start
-
Create the server password secret:
kubectl create secret generic terraria-server-pass --from-literal=password=YOUR_PASSWORD -
Deploy:
kubectl apply -f k8s/deployment.yaml -
Connect in Terraria:
50.202.234.44:30177
Details
- Image:
ryshe/terraria:latest - Port: 7777/TCP (NodePort 30177)
- World: MDMZ (medium, classic difficulty)
- Max players: 16
- Storage: 5Gi PVC for world saves
See CLAUDE.md for full configuration reference.