mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 00:57:12 -05:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
[
|
|
{
|
|
"id": "core",
|
|
"name": "BlackRoad OS Core",
|
|
"kind": "backend",
|
|
"repo": "https://github.com/BlackRoad-OS/blackroad-os-core",
|
|
"healthUrl": "https://core.blackroad.systems/health"
|
|
},
|
|
{
|
|
"id": "operator",
|
|
"name": "BlackRoad OS Operator",
|
|
"kind": "backend",
|
|
"repo": "https://github.com/BlackRoad-OS/blackroad-os-operator",
|
|
"healthUrl": "https://operator.blackroad.systems/health"
|
|
},
|
|
{
|
|
"id": "web",
|
|
"name": "BlackRoad OS Web",
|
|
"kind": "frontend",
|
|
"repo": "https://github.com/BlackRoad-OS/blackroad-os-web",
|
|
"healthUrl": "https://blackroad.systems/api/health"
|
|
},
|
|
{
|
|
"id": "prism-console",
|
|
"name": "Prism Console",
|
|
"kind": "frontend",
|
|
"repo": "https://github.com/BlackRoad-OS/blackroad-os-prism-console",
|
|
"healthUrl": "https://console.blackroad.systems/api/health"
|
|
},
|
|
{
|
|
"id": "docs",
|
|
"name": "BlackRoad OS Docs",
|
|
"kind": "frontend",
|
|
"repo": "https://github.com/BlackRoad-OS/blackroad-os-docs",
|
|
"healthUrl": "https://docs.blackroad.systems/api/health"
|
|
}
|
|
]
|