mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
Add website deployment guidance and console DNS entry
This commit is contained in:
@@ -46,6 +46,15 @@ domains:
|
||||
notes: "API gateway"
|
||||
healthcheck: true
|
||||
|
||||
- name: "console.blackroad.systems"
|
||||
type: "subdomain"
|
||||
provider: "cloudflare"
|
||||
mode: "dns"
|
||||
record:
|
||||
type: "CNAME"
|
||||
value: "blackroad-prism-console.vercel.app"
|
||||
notes: "Prism Console (public UI)"
|
||||
|
||||
- name: "prism.blackroad.systems"
|
||||
type: "subdomain"
|
||||
provider: "cloudflare"
|
||||
|
||||
Reference in New Issue
Block a user