From fe150f7ac0979c47a0ad530ee26b5983c82efadc Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 24 Feb 2026 22:20:07 -0800 Subject: [PATCH] refactor: migrate EncryptID URLs from encryptid.jeffemmett.com to auth.ridentity.online Part of the ridentity.online branding migration. The EncryptID auth server is now accessible at auth.ridentity.online (with the legacy encryptid.jeffemmett.com kept as a backward-compatible alias). Co-Authored-By: Claude Opus 4.6 --- .env.example | 2 +- docker-compose.yml | 2 +- src/app/page.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 8b52e53..12836b7 100644 --- a/.env.example +++ b/.env.example @@ -9,4 +9,4 @@ NEXT_PUBLIC_RSPACE_URL="https://rspace.online" RSPACE_INTERNAL_URL="http://rspace-online:3000" # EncryptID -NEXT_PUBLIC_ENCRYPTID_SERVER_URL="https://encryptid.jeffemmett.com" +NEXT_PUBLIC_ENCRYPTID_SERVER_URL="https://auth.ridentity.online" diff --git a/docker-compose.yml b/docker-compose.yml index 0a95261..e19ed42 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: - GEMINI_API_KEY=${GEMINI_API_KEY} - NEXT_PUBLIC_RSPACE_URL=${NEXT_PUBLIC_RSPACE_URL:-https://rspace.online} - RSPACE_INTERNAL_URL=${RSPACE_INTERNAL_URL:-http://rspace-online:3000} - - NEXT_PUBLIC_ENCRYPTID_SERVER_URL=${NEXT_PUBLIC_ENCRYPTID_SERVER_URL:-https://encryptid.jeffemmett.com} + - NEXT_PUBLIC_ENCRYPTID_SERVER_URL=${NEXT_PUBLIC_ENCRYPTID_SERVER_URL:-https://auth.ridentity.online} - RNOTES_INTERNAL_URL=${RNOTES_INTERNAL_URL:-http://rnotes-online:3000} - RVOTE_INTERNAL_URL=${RVOTE_INTERNAL_URL:-http://rvote-online-rvote-1:3000} - RCART_INTERNAL_URL=${RCART_INTERNAL_URL:-http://rcart-online:3000} diff --git a/src/app/page.tsx b/src/app/page.tsx index 84b08ba..5e3851b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function Home() { Plan a Trip Sign In