From 861877e576303eedd635159f0bc04456e6ad540d Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 13 Mar 2026 20:22:39 +0000 Subject: [PATCH] docs: note pending server page IP-to-subdomain migration Ghost servers page currently uses IP:port format. Will migrate to friendly URLs (e.g. atmon.firefrostgaming.com) once Pterodactyl Subdomain Manager is configured. Chronicler #29 --- docs/tasks/ghost-cms-buildout/deployment-plan.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/tasks/ghost-cms-buildout/deployment-plan.md b/docs/tasks/ghost-cms-buildout/deployment-plan.md index e3bc03a..8299eff 100644 --- a/docs/tasks/ghost-cms-buildout/deployment-plan.md +++ b/docs/tasks/ghost-cms-buildout/deployment-plan.md @@ -15,3 +15,15 @@ ### Code Injection — Site Header - Google Fonts: Orbitron (700,800) + Inter (400,600) + +## Pending: Server Page IP → Friendly URL Migration + +Once Pterodactyl Subdomain Manager is configured (personal reminder task), +update all server connection addresses on the Servers page from IP:port format +to friendly subdomain format, e.g.: +- `38.68.14.30:25565` → `atmon.firefrostgaming.com` +- `216.239.104.130:25565` → `ember.firefrostgaming.com` +- etc. + +This is a Ghost page edit — no infrastructure change required, just update +the page content after subdomains are live.