Add DNS and Caddy config for myvibes.world #457
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-platform#457
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone — new domain provisioning for the my-vibes-world application.
Repo
ldraney/pal-e-platformUser Story
As a platform operator
I want myvibes.world to resolve to the Hetzner edge VPS and be reverse-proxied to the my-vibes-world Tailscale service
So that the application is publicly accessible at its custom domain
Context
The my-vibes-world application needs a public domain. The platform already manages DNS and Caddy config for palinks.app and landscaping-assistant.app using the same pattern: a GoDaddy A record pointing to the Hetzner edge server, plus a Caddy site entry in Salt pillar that proxies to the Tailscale hostname. This issue adds the same configuration for myvibes.world.
File Targets
Files the agent should modify:
terraform/dns.tf-- add GoDaddy A record for myvibes.worldsalt/pillar/caddy.sls-- add caddy site entry for my-vibes-worldFiles the agent should NOT touch:
terraform/main.tf-- no provider or module changes neededsalt/pillar/top.sls-- caddy pillar is already includedFeature Flag
none — infrastructure config only
Acceptance Criteria
tofu validatepasses with the new DNS record in dns.tfTest Expectations
tofu fmt -checkpassestofu validatepassescd terraform && tofu init && tofu validateConstraints
_asuffix)Checklist
Related
pal-e-platform-- infrastructure project