mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 09:37:55 -05:00
docs: add blackroad.io DNS configuration
Add blackroad.io as the primary consumer-facing domain: - Root domain → OS Shell (Railway) - www → redirect to root - app → OS Shell alias - api → Public API gateway - docs → Documentation site blackroad.systems remains as the infrastructure domain. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
14
infra/DNS.md
14
infra/DNS.md
@@ -19,7 +19,19 @@ This document provides the **complete, production-accurate** DNS and Railway ser
|
||||
|
||||
All domains are configured in Cloudflare with CNAME records pointing to Railway production endpoints.
|
||||
|
||||
### Primary Domain: blackroad.systems
|
||||
### Primary Domain: blackroad.io (Consumer-Facing)
|
||||
|
||||
The primary public-facing domain for BlackRoad OS.
|
||||
|
||||
| Subdomain | CNAME Target | Service | Purpose |
|
||||
|-----------|--------------|---------|---------|
|
||||
| **@ (root)** | blackroad-operating-system-production.up.railway.app | OS Shell | Main BlackRoad OS interface |
|
||||
| **www** | blackroad.io | WWW Redirect | Standard www redirect to root |
|
||||
| **app** | blackroad-operating-system-production.up.railway.app | OS Shell | Alias for main OS |
|
||||
| **api** | ac7bx15h.up.railway.app | Public API | Public-facing API gateway |
|
||||
| **docs** | 2izt9kog.up.railway.app | Documentation | API docs, guides, references |
|
||||
|
||||
### Secondary Domain: blackroad.systems (Infrastructure)
|
||||
|
||||
| Subdomain | CNAME Target | Service | Purpose |
|
||||
|-----------|--------------|---------|---------|
|
||||
|
||||
Reference in New Issue
Block a user