mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
Merge branch origin/claude/fix-blackroad-domain-01RZARF9Kn5CFdt5TsUozrjJ into main
This commit is contained in:
@@ -6,20 +6,26 @@
|
||||
# - dns: set DNS records (CNAME or A)
|
||||
|
||||
domains:
|
||||
# Primary domain: blackroad.systems serves the main application
|
||||
- name: "blackroad.systems"
|
||||
type: "root"
|
||||
provider: "godaddy"
|
||||
mode: "forward"
|
||||
forward_to: "https://os.blackroad.systems"
|
||||
forwarding_type: 301
|
||||
mode: "dns"
|
||||
record:
|
||||
type: "CNAME"
|
||||
value: "YOUR-PROD-RAILWAY-APP.up.railway.app" # replace with your Railway host
|
||||
notes: "Main flagship corporate site - serves BlackRoad OS application directly"
|
||||
|
||||
# www subdomain redirects to apex domain
|
||||
- name: "www.blackroad.systems"
|
||||
type: "subdomain"
|
||||
provider: "godaddy"
|
||||
mode: "forward"
|
||||
forward_to: "https://os.blackroad.systems"
|
||||
forward_to: "https://blackroad.systems"
|
||||
forwarding_type: 301
|
||||
notes: "Redirects to canonical apex domain"
|
||||
|
||||
# os subdomain can be used as an alias
|
||||
- name: "os.blackroad.systems"
|
||||
type: "subdomain"
|
||||
provider: "godaddy"
|
||||
@@ -28,6 +34,7 @@ domains:
|
||||
type: "CNAME"
|
||||
value: "blackroad-operating-system-production.up.railway.app"
|
||||
value: "YOUR-PROD-RAILWAY-APP.up.railway.app" # replace with your Railway host
|
||||
notes: "Alternative subdomain alias for the OS application"
|
||||
|
||||
- name: "blackroad.ai"
|
||||
type: "root"
|
||||
|
||||
Reference in New Issue
Block a user