feat(host): make evig.orangecat.ch canonical (now live) - #256
Merged
Conversation
evig.orangecat.ch is live (DNS A record + Caddy vhost → the app on the Hetzner box, HTTPS, health 200; both hosts serve). Auth is safe on it (trustHost:true + host-only cookies). Flip the code canonical to evig; revampit.orangecat.ch stays a working alias until the deploy-path/systemd identifiers are cut over (Layer B). - org.ts `website` → evig (reverts the #252 dead-URL stopgap) - urls.ts PUBLIC_SITE_URL default → evig (metadataBase fallback; prod env wins) - MISSION_STATEMENT.md website → evig - .env.selfhost.local.example host vars → evig Build-time NEXT_PUBLIC_SITE_URL/APP_URL already flipped to evig in the SELFHOST_ENV secret + prod runtime .env, so this deploy inlines evig into OG/canonical. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
evig.orangecat.chis live — DNS A record (→167.233.22.31) + Caddy vhost (merged into the revampit block,reverse_proxy 127.0.0.1:4004), HTTPS with auto cert,/api/health→ 200. Bothevigandrevampithosts serve. Auth verified safe (trustHost:true, host-only cookies; sign-in + session 200 on evig).Flips the code canonical to evig (reverting the #252 dead-URL stopgap now that the host resolves):
org.tswebsite,urls.tsdefault,MISSION_STATEMENT.md,.env.selfhost.local.example.The build-time
NEXT_PUBLIC_SITE_URL/APP_URLwere already flipped in theSELFHOST_ENVsecret and the prod runtime.env, so merging this rebuilds with evig inlined → OG/canonical/JSON-LD all become evig.revampit.orangecat.chstays a working alias (Layer B deploy paths/systemd unchanged).🤖 Generated with Claude Code