From 88aacf4ebc846946e641c9e3962e99a4ae13e6ce Mon Sep 17 00:00:00 2001 From: Axel Hernandez Date: Wed, 12 Aug 2026 13:44:36 -0300 Subject: [PATCH 1/2] Add operio.is-a.dev pointing to Railway app Co-authored-by: Cursor --- domains/operio.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/operio.json diff --git a/domains/operio.json b/domains/operio.json new file mode 100644 index 0000000000..4671a88889 --- /dev/null +++ b/domains/operio.json @@ -0,0 +1,11 @@ +{ + "description": "Operio — SaaS platform for service businesses", + "repo": "https://github.com/axeelhrz/register", + "owner": { + "username": "axeelhrz", + "email": "axeelhrz@gmail.com" + }, + "records": { + "CNAME": "operio.up.railway.app" + } +} From aff02f7231f11fabfa770df0d2e0cedbe22d66a3 Mon Sep 17 00:00:00 2001 From: Axel Hernandez Date: Wed, 12 Aug 2026 13:45:04 -0300 Subject: [PATCH 2/2] Point operio.is-a.dev to Railway edge and add verify TXT Co-authored-by: Cursor --- domains/_railway-verify.operio.json | 10 ++++++++++ domains/operio.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 domains/_railway-verify.operio.json diff --git a/domains/_railway-verify.operio.json b/domains/_railway-verify.operio.json new file mode 100644 index 0000000000..08a9a98bb9 --- /dev/null +++ b/domains/_railway-verify.operio.json @@ -0,0 +1,10 @@ +{ + "description": "Railway domain verification for operio.is-a.dev", + "owner": { + "username": "axeelhrz", + "email": "axeelhrz@gmail.com" + }, + "records": { + "TXT": "railway-verify=f2c2168a6fd989a03c34502a6da98cb712a1a7b077299beb6bbd8c0a15371a67" + } +} diff --git a/domains/operio.json b/domains/operio.json index 4671a88889..3c9e2b4a66 100644 --- a/domains/operio.json +++ b/domains/operio.json @@ -6,6 +6,6 @@ "email": "axeelhrz@gmail.com" }, "records": { - "CNAME": "operio.up.railway.app" + "CNAME": "pq3cu6zg.up.railway.app" } }