auto: docs sync 2026-08-20T12:00:04+00:00

Files changed: engine/.embcache.json engine/changelog.md engine/lint-report.md vault/projects/meshwars.md
This commit is contained in:
echo6-autocommit 2026-08-20 12:00:04 +00:00
commit e786b59f46
4 changed files with 14 additions and 4 deletions

View file

@ -7,8 +7,12 @@ aliases:
- meshwars.com
related:
- [[meshcore-transport]]
status: live
- [[meshai-region-routing-plan]]
- [[meshai-prod-compose-override]]
- [[SESSION-HANDOFF-meshai-test]]
- [[meshtastic-headscale-runbook]]
updated: 2026-08-20
status: live
---
# MeshWars
@ -17,7 +21,7 @@ A territory control game played over mesh radio. Seven teams claim roughly 300 m
## Where it runs
CT 119 (`mesh-territory`) on the utility host. A single Docker container built from the repo, FastAPI plus SQLite, no external services. The database is one file at `/data/game.db` inside the container. TLS terminates on the CT 101 Caddy, which proxies to port 8090.
CT 119 (`mesh-territory`) on the utility host. A single Docker container built from the repo, FastAPI plus SQLite, no external services. The database is one file at `/data/game.db` inside the container. TLS terminates on the CT 101 [[caddy]], which proxies to port 8090.
Credentials — admin token, invite code, the owner's player key — live in `credentials`, never in this vault.