Move the portal off the bare domain to apps.<domain> - #14
Merged
Merged
Conversation
The suite is moving from hawksuite.duckdns.org to redhawkrobotics.org, whose root is the team website on Google Sites. Nothing in the stack may claim the bare domain, so the portal moves to apps.<domain> and the bare domain is now never served. The portal's links derive from its own hostname, so it strips its "apps." label before building the shop/mod/bot URLs. CADDY_CONFIG_REV bumped so the routing change actually recreates Caddy on deploy. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of moving off DuckDNS to
redhawkrobotics.org, whose root is the team website on Google Sites. The stack must not claim the bare domain, so:{$DOMAIN}toapps.{$DOMAIN}; the bare domain is now never served.CADDY_CONFIG_REVbumped so the routing change recreates Caddy on deploy.window.location.host, which atapps.<domain>would have producedshop.apps.<domain>. The portal now strips its ownapps.label first.https://apps.${DOMAIN}..env.example,setup.shbanner, README, PLAN.md, CLAUDE.md updated to match.The
DOMAINrepository variable is already set toredhawkrobotics.org, and A records forapps/shop/mod/botpoint at the Linode. Deploy is manual dispatch, so nothing changes until this merges and a deploy is approved. After that deploy, the Slack (mod/bot) and Onshape (shop) registrations still need their URLs updated — the old duckdns endpoints stop routing at cutover.🤖 Generated with Claude Code