Move MVP tile delivery to dedicated VM

This commit is contained in:
2026-05-14 19:47:48 -07:00
parent 03cf249d19
commit 872aab2ff9
3 changed files with 25 additions and 19 deletions
+2 -1
View File
@@ -341,7 +341,8 @@ redownloaded when a player returns to a region.
- [x] Publish a tiny Ground Zero tile manifest and package from the tile server.
- [x] Prove client/server tile lookup, download, local cache, and redownload flow with the Ground Zero tile and immediate-neighbor metadata.
- [x] Add tile-serving server cost controls and shutdown/runbook notes so MVP testing stays free or near-free.
- [ ] Move the MVP tile server from shared Ubuntu-Codex hosting to a dedicated `Agrarian-TileServer` VM or external cloud host before public testing.
- [x] Move the MVP tile server into a dedicated `Agrarian-TileServer` VM on Unraid.
- [ ] Decide whether public testing uses the LAN-hosted `Agrarian-TileServer` VM or an external cloud host.
- [ ] Define client local tile cache layout.
- [ ] Define local cache retention policy for old or unused tiles.
- [ ] Define local cache redownload/revalidation behavior.